zheningy / TSDF_MaskRCNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SLAM-MaskRCNN

This project implemented real-time indoor objects segmentation and 3D reconstruction.

We used fine-tuned MaskRCNN doing instance segmentation for 51 different objects and build 3D model by Truncated Signed Distance Function Volume Reconstruction.

By now, there are two steps to execute the pipe line.

First, download datasets from RGB-D SLAM datasets. Using mask_process.py to generate mask images for specific datasets.

Second, change configuration in kernel.cpp to execute TSDF.

About


Languages

Language:Python 68.5%Language:C++ 21.3%Language:Cuda 7.7%Language:GLSL 2.3%Language:CMake 0.1%Language:Makefile 0.1%Language:C 0.0%