All Projects → natalnet-lpr → Rgbd_rtk

natalnet-lpr / Rgbd_rtk

Licence: bsd-3-clause
RGB-D Reconstruction Toolkit

Projects that are alternatives of or similar to Rgbd rtk

Densebody pytorch
PyTorch implementation of CloudWalk's recent work DenseBody
Stars: ✭ 378 (+1300%)
Mutual labels:  3d-reconstruction
Mvs Texturing
Algorithm to texture 3D reconstructions from multi-view stereo images
Stars: ✭ 532 (+1870.37%)
Mutual labels:  3d-reconstruction
Meshroom
3D Reconstruction Software
Stars: ✭ 7,254 (+26766.67%)
Mutual labels:  3d-reconstruction
Awesome Holistic 3d
A list of papers and resources (data,code,etc) for holistic 3D reconstruction in computer vision
Stars: ✭ 387 (+1333.33%)
Mutual labels:  3d-reconstruction
Tsdf Fusion Python
Python code to fuse multiple RGB-D images into a TSDF voxel volume.
Stars: ✭ 464 (+1618.52%)
Mutual labels:  3d-reconstruction
Matterport
Matterport3D is a pretty awesome dataset for RGB-D machine learning tasks :)
Stars: ✭ 583 (+2059.26%)
Mutual labels:  3d-reconstruction
Kimera Semantics
Real-Time 3D Semantic Reconstruction from 2D data
Stars: ✭ 368 (+1262.96%)
Mutual labels:  3d-reconstruction
Gradslam
gradslam is an open source differentiable dense SLAM library for PyTorch
Stars: ✭ 833 (+2985.19%)
Mutual labels:  3d-reconstruction
Livescan3d
LiveScan3D is a system designed for real time 3D reconstruction using multiple Azure Kinect or Kinect v2 depth sensors simultaneously at real time speed.
Stars: ✭ 512 (+1796.3%)
Mutual labels:  3d-reconstruction
Face swap
End-to-end, automatic face swapping pipeline
Stars: ✭ 722 (+2574.07%)
Mutual labels:  3d-reconstruction
3d Shape Analysis Paper List
A list of recent papers, libraries and datasets about 3D shape/geometry analysis (by topics, updating).
Stars: ✭ 410 (+1418.52%)
Mutual labels:  3d-reconstruction
Voxelhashing
[Siggraph Asia 2013] Large-Scale, Real-Time 3D Reconstruction
Stars: ✭ 447 (+1555.56%)
Mutual labels:  3d-reconstruction
Teaser Plusplus
A fast and robust point cloud registration library
Stars: ✭ 607 (+2148.15%)
Mutual labels:  3d-reconstruction
Differentiable volumetric rendering
This repository contains the code for the CVPR 2020 paper "Differentiable Volumetric Rendering: Learning Implicit 3D Representations without 3D Supervision"
Stars: ✭ 380 (+1307.41%)
Mutual labels:  3d-reconstruction
3d Machine Learning
A resource repository for 3D machine learning
Stars: ✭ 7,405 (+27325.93%)
Mutual labels:  3d-reconstruction
Curated List Of Awesome 3d Morphable Model Software And Data
The idea of this list is to collect shared data and algorithms around 3D Morphable Models. You are invited to contribute to this list by adding a pull request. The original list arised from the Dagstuhl seminar on 3D Morphable Models https://www.dagstuhl.de/19102 in March 2019.
Stars: ✭ 375 (+1288.89%)
Mutual labels:  3d-reconstruction
3dv tutorial
An Invitation to 3D Vision: A Tutorial for Everyone
Stars: ✭ 571 (+2014.81%)
Mutual labels:  3d-reconstruction
Scannet
Stars: ✭ 860 (+3085.19%)
Mutual labels:  3d-reconstruction
Kimera
Index repo for Kimera code
Stars: ✭ 802 (+2870.37%)
Mutual labels:  3d-reconstruction
Softras
Project page of paper "Soft Rasterizer: A Differentiable Renderer for Image-based 3D Reasoning"
Stars: ✭ 715 (+2548.15%)
Mutual labels:  3d-reconstruction

Natalnet/LPR RGB-D Reconstruction Toolkit

Introduction

A set of utility code built by the Natalnet/LPR group for 3D reconstruction applications using RGB-D (e.g. Microsoft Kinect) cameras.

Requirements

It is recommended to install both dependencies from source. The following two links will redirect you to their official tutorials to do so.

Install OpenCV on Linux

Compiling PCL from source on Linux

Building

First, get the newest version of this repository by using the follwing command on your working directory.

cd /my_working _directory 
git clone https://github.com/natalnet-lpr/rgbd_rtk.git

Create a directory called build, and change directory to it.

mkdir build
cd build/

Inside of the build directory, run the cmake command so that it will create the necessary makefiles.

cmake ..

Then, compile the rgbt_rtk by using the make command. The -j4 is optional but it is recommended. With it your code will be compiled in 4 parallel tasks.

make -j4
sudo make install

License

This code is distributed under the terms of the BSD License.

Authors

Natalnet Laboratory for Perceptual Robotics, Federal University of Rio Grande do Norte, Brazil.

Contact: bruno.silva AT ect.ufrn.br

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].