YvanYin/DiverseDepth

ModuleNotFoundError

Closed this issue · 5 comments

keep getting ModuleNotFoundError: No module named 'Minist_Test when l run python ./Minist_Test/tools/test_depth.py --load_ckpt model.pth why?

Have you exported the PATHONPATH?

I am trying to implement the code in window, and I am getting the same error File "D:\DiversedepthAJ\DiverseDepth\Minist_Test\tools\test_depth.py", line 1, in <module> from Minist_Test.lib.diverse_depth_model import RelDepthModel ModuleNotFoundError: No module named 'Minist_Test'

I have set the PYTHONPATH to the folder where I have cloned the DiverseDepth, but still getting the error. Any suggestions?

@andy500 how did you manage to get it work?