Skip to content

Commit dba01bf

Browse files
authored
Update install.py
1 parent f7ebbf2 commit dba01bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import launch
2-
launch.git_clone("https://github.com/isl-org/MiDaS.git", "repositories/midas", "b845b7839c89567c123b06dddfff8d5e708834b7")
2+
launch.git_clone("https://github.com/isl-org/MiDaS.git", "repositories/midas", "66882994a432727317267145dc3c2e47ec78c38a")
33
launch.git_clone("https://github.com/compphoto/BoostingMonocularDepth.git", "repositories/BoostingMonocularDepth", "BoostingMonocularDepth")
44
if not launch.is_installed("matplotlib"):
55
launch.run_pip("install matplotlib", "requirements for depthmap script")
@@ -11,4 +11,4 @@
1111
#if not launch.is_installed("moviepy"):
1212
# launch.run_pip("install moviepy", "requirements for depthmap script")
1313
#if not launch.is_installed("transforms3d"):
14-
# launch.run_pip("install transforms3d", "requirements for depthmap script")
14+
# launch.run_pip("install transforms3d", "requirements for depthmap script")

0 commit comments

Comments
 (0)