Unsupervised Learning of Monocular Depth Estimation and Visual Odometry with Deep Feature Reconstruction
Other
349
stars
66
forks
source link
Hello,when i run ./experiments/depth/train.sh ,it occur a error : no module named pygeometry,but i try import geometry,it works.And i am sure i install PyGeometry module #25
Can you try to include
caffe/python
in your PYTHONPATH?