Metric Depth Import Issues?
connorrich opened this issue · 0 comments
connorrich commented
Hello,
I am currently trying to use the Metric Depth part of Depth Anything and when I am trying to run the code I am getting import erros with the DepthModel. Here is the error code I am getting
File "/Users/connor/Desktop/testing/depthanything_script.py", line 14, in
from Depth_Anything.metric_depth.zoedepth.models.builder import build_model
File "/Users/connor/Desktop/testing/Depth_Anything/metric_depth/zoedepth/models/builder.py", line 26, in
from zoedepth.models.depth_model import DepthModel
ModuleNotFoundError: No module named 'zoedepth'
Is this an issue with my python environment?