facebookresearch / consistent_depth

We estimate dense, flicker-free, geometrically consistent depth from monocular video, for example hand-held cell phone video.
MIT License
1.61k stars 236 forks source link

ModuleNotFoundError: No module named 'monodepth.mannequin_challenge' #52

Open vishnuvardhan58 opened 2 years ago

vishnuvardhan58 commented 2 years ago

When trying to run this "python main.py --video_file data/videos/ayush.mp4 --path results/ayush \ --camera_params "1671.770118, 540, 960" --camera_model "SIMPLE_PINHOLE" \ --make_video" , I am encountering the following error as shown in the image below .

error
fisakhan commented 2 years ago

ModuleNotFoundError: No module named 'monodepth.mannequin_challenge.models'

/consistent_depth/monodepth/mannequin_challenge directory exists but it is empty.

This is related but didn't solve the problem, infarct reinstalling everything resulted in this.

aharonamir commented 2 years ago

I had the same issue, check that you cloned the sub modules as well: git submodule update --init --recursive

leilei-fu commented 2 years ago

I have the same problem. Have you worked it out?