Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.3 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.3 KB

Mini-DPVO

A miniature version of DPVO. Using Rerun viewer, Pixi and Gradio for easy use

example output

Installation

Easily installable via Pixi.

git clone https://github.com/pablovela5620/mini-dpvo.git
cd mini-dpvo
pixi run post-install

Demo

Hosted Demos can be found in either lightning studio or huggingface spaces

Open In Studio

To run the gradio frontend

pixi run app

To run using just the rerun visualizer

pixi run demo

look in the pixi.toml file to see exactly what each command does under tasks

Acknowledgements

Original Code and paper from DPVO

@article{teed2023deep,
  title={Deep Patch Visual Odometry},
  author={Teed, Zachary and Lipson, Lahav and Deng, Jia},
  journal={Advances in Neural Information Processing Systems},
  year={2023}
}