Skip to content

chansoopark98/D3VO-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D3VO-tensorflow

D3VO tensorflow implementation

Github All Releases

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.