Skip to content

Commit 8db5f0d

Browse files
attempting to fix imports
1 parent d2d06ec commit 8db5f0d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

depth_anything_v2/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .depth_anything_v2.dpt import DepthAnythingV2

src/depthmap_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from pix2pix.options.test_options import TestOptions
2828

2929
# depthanyting v2
30-
from depth_anything_v2.depth_anything_v2.dpt import DepthAnythingV2
30+
from depth_anything_v2 import DepthAnythingV2
3131

3232
# Our code
3333
from src.misc import *

0 commit comments

Comments
 (0)