monodepth-cpp icon indicating copy to clipboard operation
monodepth-cpp copied to clipboard

Tensorflow C++ implementation for single-image depth estimation (Monodepth)

Results 2 monodepth-cpp issues
Sort by recently updated
recently updated
newest added

Hello, everytime i test ./inference_monodepth i get this OpenCV error: OpenCV Error: Assertion failed (ssize.area() > 0) in resize, file /build/opencv-ys8xiq/opencv-2.4.9.1+dfsg/modules/imgproc/src/imgwarp.cpp, line 1834 terminate called after throwing an instance of...

Hi! I have configured the CMake project,When I want to test that Monodepth C++ is working,it require “ ../model/model_city2kitti.pb”,but the Monodepth pre-trained model link you set in ../model page is...