monodepth-cpp
monodepth-cpp copied to clipboard
Tensorflow C++ implementation for single-image depth estimation (Monodepth)
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...