We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d06ec commit 8db5f0dCopy full SHA for 8db5f0d
depth_anything_v2/__init__.py
@@ -0,0 +1 @@
1
+from .depth_anything_v2.dpt import DepthAnythingV2
src/depthmap_generation.py
@@ -27,7 +27,7 @@
27
from pix2pix.options.test_options import TestOptions
28
29
# depthanyting v2
30
-from depth_anything_v2.depth_anything_v2.dpt import DepthAnythingV2
+from depth_anything_v2 import DepthAnythingV2
31
32
# Our code
33
from src.misc import *
0 commit comments