monodepth2.cpp
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...
different results between monodepth2 script model(c++ libtorch) and original model(python pytorch)
2
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,...