yanweifu / DROID-SLAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real-time 3D reconstruction from smartphone camera

This code is mainly based on DROID-SLAM.

It first estimated camera poses by DROID-SLAM and then predicted dense depth maps by CDS-MVSNet by using all available pretrained models including droid.pth and cds_mvsnet.pth.

Sampled data and pretrained models can be download here

Demos

Run the demo on any of the samples (all demos can be run on a GPU with 8G of memory).

python demo.py --imagedir=data/nmail6 --calib=calib/nmail3.txt --stride=2 --buffer 384 --mvsnet_ckpt cds_mvsnet.pth

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 74.8%Language:Cuda 21.9%Language:C++ 2.2%Language:Shell 1.1%