An open API service indexing awesome lists of open source software.

https://github.com/chansoopark98/d3vo-tensorflow

D3VO tensorflow implementation
https://github.com/chansoopark98/d3vo-tensorflow

cpp d3vo deep-learning deep-neural-networks keras monodepth2 opencv python pytorch slam tensorflow visual-odom visual-odometry

Last synced: about 1 year ago
JSON representation

D3VO tensorflow implementation

Awesome Lists containing this project

README

          

# D3VO-tensorflow
D3VO tensorflow implementation

[![Github All Releases](https://img.shields.io/github/downloads/chansoopark98/D3VO-tensorflow/total.svg)]()







Python









# Installation

## 1. Setup virtual environment
```
conda create -n vslam python=3.10
conda activate vslam

## 2. Setup g2opy
```
cd g2opy
mkdir build
cd build
cmake ..
make -j8
cd ..
pip install setuptools==58.2.0
python setup.py install
cd ../
pip install -r requierments.txt
```

## 2.