Skip to content

"DTAM: Dense Tracking and Mapping in Real-Time"[Newcombe+, 2011], Mapping only

License

Notifications You must be signed in to change notification settings

NH89/DTAM_Mapping

Repository files navigation

DTAM implementation(Mapping only)

in progress.

Usage

build

./run.sh

run

./build/main input/json/fountain.json

debug

memory checker

cuda-memcheck ./build/main input/json/fountain.json

cuda-gdb

cuda-gdb ./build/main

set breakpoint at cuda kernel updateCostVolume

(cuda-gdb) b updateCostVolume

run program with argument

(cuda-gdb) r input/json/fountain.json

About

"DTAM: Dense Tracking and Mapping in Real-Time"[Newcombe+, 2011], Mapping only

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.2%
  • Cuda 2.8%
  • Other 1.0%