TRI-ML / packnet-sfm

TRI-ML Monocular Depth Estimation Repository
https://tri-ml.github.io/packnet-sfm/
MIT License
1.24k stars 243 forks source link

Updated Makefile and DockerFile for DOcker 19.03 and Cuda 11 #73

Closed 10Exahertz closed 3 years ago

10Exahertz commented 4 years ago

Hi, I installed using Cuda 11 drivers and Docker 19.02 where nvidia-docker2 is deprecated. However I am getting this warning attempting to set-up and run with docker

input: make docker-run COMMAND="python3 scripts/train.py configs/overfit_kitti.yaml"

output: (last few lines)
/bin/sh: 1: nvidia-docker: not found
Makefile:77: recipe for target 'docker-run' failed
make: *** [docker-run] Error 127

I believe the deprecated commands are still being used, do you have updated files for the most recent versions? Any help here would be greatly appreciated!

VitorGuizilini-TRI commented 4 years ago

We are currently updating to Pytorch 1.6 and Cuda 10.2, I will update the repository as soon as we reach a stable version.