DPVO icon indicating copy to clipboard operation
DPVO copied to clipboard

Deep Patch Visual Odometry

Results 56 DPVO issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/18005530/184280603-e4c17907-1cec-43d2-88f8-1b277cd3700a.png) ![image](https://user-images.githubusercontent.com/18005530/184280668-9bc42b92-0d43-4982-b05c-9d5f090417a9.png) is there any way to solve this scale problem?

Not an issue as such, but I had difficulty building this on Ubuntu 22.04. What ended up working was using `gcc-10` / `g++-10` as the `CC` and `CXX` compilers respectively....

Hi @lahavlipson @zachteed! Great work, thanks a lot for releasing such a neat implementation! I wonder whether it is possible to obtain confidences in a way that is correlated with...

Hi, Thanks for opening source your code. I follow your instructions to configure the environment successfully. But when running the demo.py, it gives me some errors like this: _Framebuffer with...

OS: `ubuntu 20.04LTS` Gcc and g++: `10.3.0` Conda environment: same as `environment.yml` Cudnn: `8.3.2` Driver Version: `510.47.03` CUDA Version: `11.6` After installing the dependencies and downloading the model according to...

I'm a little stuck at this point in the setup: ``` pip install ./DPViewer ``` I get the following message: ``` pip install ./DPViewer Processing ./DPViewer Preparing metadata (setup.py) ......

Hi Authors, "We propose Deep Patch Visual Odometry (DPVO), a new deep learning system for monocular Visual Odometry (VO)....", I wan to ask that DPVO supports RGB-D Cameras just like...

Hello guys, does anyone make it as the title. I have no GPU to work with CUDA, so that is it possible to run with CPU only?

Hi, Could the model be fine tune to pose with metric depth estimated?