manurare / 360monodepth

Code release for 360monodepth. With our framework we achieve monocular depth estimation for high resolution 360° images based on aligning and blending perspective depth maps.
https://manurare.github.io/360monodepth/
MIT License
149 stars 31 forks source link

Missing directory #6

Closed pablodawson closed 2 years ago

pablodawson commented 2 years ago

Hello,

When running Docker I run into this error:

[12/12] RUN cd /monodepth/python/src/test && python3 ./test_depthmapAlign_module.py --task 1:

16 0.278 /bin/sh: 1: cd: can't cd to /monodepth/python/src/test

I'm not well versed in Docker, but seems like it's referencing a directory that's not there. What can I do?

manurare commented 2 years ago

Hi,

You can get rid of that line on the Dockerfile. This was from an old version of the code and I forgot to update it.

pablodawson commented 2 years ago

Thanks!