Skip to content

Commit

Permalink
v0.7.0-beta-prerelease-3
Browse files Browse the repository at this point in the history
  • Loading branch information
parkchamchi committed Dec 18, 2022
1 parent 474abae commit cf0fa33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEPTH/Assets/Assets/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DepthViewer v0.7.0-beta-prerelease-2
DepthViewer v0.7.0-beta-prerelease-3

Right mouse key: hides the UI.
WASD: rotate the mesh.
Expand Down
2 changes: 1 addition & 1 deletion DEPTH/Assets/Scripts/DepthFileUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public enum ModelTypes : int {
}

public static class DepthFileUtils {
public const string Version = "v0.7.0-beta-prerelease-2";
public const string Version = "v0.7.0-beta-prerelease-3";

public const string DepthExt = ".depthviewer";

Expand Down
2 changes: 1 addition & 1 deletion DEPTH/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: v0.7.0-beta-prerelease-2
bundleVersion: v0.7.0-beta-prerelease-3
preloadedAssets:
- {fileID: 0}
- {fileID: 0}
Expand Down
2 changes: 1 addition & 1 deletion DEPTH/depthpy/depth.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from midas.midas_net_custom import MidasNet_small
from midas.transforms import Resize, NormalizeImage, PrepareForNet

VERSION = "v0.7.0-beta-prerelease-2"
VERSION = "v0.7.0-beta-prerelease-3"

class Runner():

Expand Down

0 comments on commit cf0fa33

Please sign in to comment.