Visualizing-CNNs-for-monocular-depth-estimation
Visualizing-CNNs-for-monocular-depth-estimation copied to clipboard
official implementation of "Visualization of Convolutional Neural Networks for Monocular Depth Estimation"
would you please share your work on the Kitti dataset as well? if it is possible for you please share your trained mask model on the Kitti dataset.
Hello, in train.py you used errors = util.evaluateError(output,depth) but in test.py you used errors = util.evaluateError(output,depth_) which one is correct? shouldn't be in test.py also depth instead of _depth?
choosing densenet as Depth net (N), got keys error after loading pretrain model : Traceback (most recent call last): File "/content/drive/MyDrive/Visualizing-CNNs-for-monocular-depth-estimation/test.py", line 133, in main() File "/content/drive/MyDrive/Visualizing-CNNs-for-monocular-depth-estimation/test.py", line 68, in...
Hi JunjH, while testing the Kitti dataset I am getting this error : Traceback (most recent call last): File "/content/visualize_kitti/test.py", line 123, in main() File "/content/visualize_kitti/test.py", line 76, in main...
hello Junj Hu Can you share your code which can be used for converting depth map to Pseudo-color image. My email address is [email protected]. Best Yingxiu