diff --git a/com.doji.midas/CHANGELOG.md b/com.doji.midas/CHANGELOG.md index 6fe99a8..3618e3e 100644 --- a/com.doji.midas/CHANGELOG.md +++ b/com.doji.midas/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [1.3.0] - 2024-09-23 + +### Added + +- Added method overloads to allow spreading the depth estimation over multiple frames. + +### Changed + +- Updated Sentis dependency to 2.1.0 + ## [1.2.0] - 2024-09-03 ### Changed diff --git a/com.doji.midas/Runtime/AssemblyInfo.cs b/com.doji.midas/Runtime/AssemblyInfo.cs index 42a5053..745c9d6 100644 --- a/com.doji.midas/Runtime/AssemblyInfo.cs +++ b/com.doji.midas/Runtime/AssemblyInfo.cs @@ -7,7 +7,7 @@ [assembly: AssemblyProduct("Doji.Midas")] [assembly: AssemblyCopyright("Copyright © Julien Kipp 2023-2024")] -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] -[assembly: AssemblyInformationalVersion("1.2.0")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] +[assembly: AssemblyInformationalVersion("1.3.0")] [assembly: InternalsVisibleTo("Doji.Midas.Editor")] \ No newline at end of file diff --git a/com.doji.midas/Runtime/Scripts/Midas.cs b/com.doji.midas/Runtime/Scripts/Midas.cs index d54b722..a59cedd 100644 --- a/com.doji.midas/Runtime/Scripts/Midas.cs +++ b/com.doji.midas/Runtime/Scripts/Midas.cs @@ -199,7 +199,7 @@ public void EstimateDepth(Texture input) { /// /// Runs depth estimation, but distributes the computation over several frames. - /// This is done by running only the given number of layers of the neural network per frame. + /// This is done by running only the given number of layers of the neural network at a time. /// To call this method use . /// public IEnumerator _EstimateDepth(Texture input, EstimationFinished callback = null, int numLayersPerFrame = 20) { diff --git a/com.doji.midas/package.json b/com.doji.midas/package.json index bad9cd8..bcc71ef 100644 --- a/com.doji.midas/package.json +++ b/com.doji.midas/package.json @@ -1,6 +1,6 @@ { "name": "com.doji.midas", - "version": "1.2.0", + "version": "1.3.0", "displayName": "MiDaS", "description": "Monocular Depth Estimation with Unity Sentis", "dependencies": { diff --git a/projects/Midas/ProjectSettings/ProjectSettings.asset b/projects/Midas/ProjectSettings/ProjectSettings.asset index a5d295d..fee2442 100644 --- a/projects/Midas/ProjectSettings/ProjectSettings.asset +++ b/projects/Midas/ProjectSettings/ProjectSettings.asset @@ -139,7 +139,7 @@ PlayerSettings: loadStoreDebugModeEnabled: 0 visionOSBundleVersion: 1.0 tvOSBundleVersion: 1.0 - bundleVersion: 1.2.0 + bundleVersion: 1.3.0 preloadedAssets: [] metroInputSource: 0 wsaTransparentSwapchain: 0