Skip to content

Commit e4df29b

Browse files
graemeniedermayersemjon00
authored andcommitted
renaming directories in a similiar style to midas and zoedepth to avoid conflicts.
1 parent a653c6a commit e4df29b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/depthmap_generation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
from lib.net_tools import strip_prefix_if_present
2323
from pix2pix.models.pix2pix4depth_model import Pix2Pix4DepthModel
2424
# Marigold
25-
from marigold.marigold import MarigoldPipeline
25+
from dmarigold.marigold import MarigoldPipeline
2626
# pix2pix/merge net imports
2727
from pix2pix.options.test_options import TestOptions
2828
# depthanyting v2
2929
try:
30-
from depth_anything_v2 import DepthAnythingV2
30+
from ddepth_anything_v2 import DepthAnythingV2
3131
except:
3232
print('depth_anything_v2 import failed... somehow')
3333

0 commit comments

Comments
 (0)