Skip to content

SokratG/cu-Reconstruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cuda Photogrammetry

Structure from motion

1 2 3
Sparse point cloud

Multiple view RGBD dense point cloud

1 2 3
Dense point cloud

Monodepth using TensorRT with MiDaS v2 small model

1 2

Cuda SGM stereo estimation

1 2

Surface reconstruction using TSDF Fusion

1 2

Build project

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build build -j $(nproc)

Tools:

  • G++-8
  • CMake>=3.22
  • Cuda>=10.2
  • TensorRT>=8.2

Used third-party library:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published