Skip to content

beUrself/openDTAM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openDTAM

An open source implementation of DTAM.

Currently only the dense mapper is implemented.

Build Instructions On Ubuntu 14.04 LTS

Install dependencies

  • opencv-2.4.9
  • CUDA 3.0+

Build openDTAM

cd openDTAM/
mkdir build
cd build
cmake ..
make

Run openDTAM

/path/to/openDTAM/build$ optirun -b none ./test-mapping-orb-slam ../data/openDTAM-settings.yaml

Trouble Shooting

Tested with opencv-2.4.9. Other versions might not work.

About

An opensource implementation of DTAM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 46.9%
  • C++ 40.3%
  • Python 8.8%
  • CMake 4.0%