-
Notifications
You must be signed in to change notification settings - Fork 234
implement docker support #14
base: main
Are you sure you want to change the base?
Conversation
|
I've noticed that this uses cuda 10.2. Does this work with colmap and the pytorch dependency used (torch==1.4.0+cu100)? I'm happy to test things on my machine also if you need. |
Yes, it does work, you can test it by running the commands above. |
|
Hi, |
|
@Makio64 this may happen if the monodepth git submodules are missing. Please make sure to |
roxanneluo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Passed the test and it works.
|
I tried to use the docker file on mu system but i get: when running: my system: did anyone stable across this issue? please help |
This PR adds a Dockerfile (and .dockerignore). The image can be built using
docker build -t consistent_depth ..An example invokation is:
Please let me know if I should add some documentation to the readme.