monodepth2.cpp icon indicating copy to clipboard operation
monodepth2.cpp copied to clipboard

This is a pure C++ implementation of a very popular depth estimation network named monodepth2. This entire project is totally based on Libtorch.

Results 2 monodepth2.cpp issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to build your code on my system and I am having quite a few errors. Any idea why I could be facing this? Im using libtorch and...

Hi, thank you for the work, and have you tested your converted torchscript model? The results of my test just using `monodepth2(FP32)` were different from the results of original model,...