Giter Club home page Giter Club logo

xijunke / visualinertialkinectfusion Goto Github PK

View Code? Open in Web Editor NEW

This project forked from silviogiancola/visualinertialkinectfusion

0.0 1.0 0.0 34.19 MB

Integration of Absolute Orientation Measurements in the KinectFusion Reconstruction pipeline

Home Page: https://silviogiancola.github.io/VisualInertialKinectFusion/

Shell 0.04% CMake 2.11% C++ 90.89% C 0.72% Python 0.34% Objective-C 0.02% Cuda 5.59% MATLAB 0.04% GLSL 0.01% Objective-C++ 0.03% CSS 0.12% HTML 0.01% Emacs Lisp 0.03% QMake 0.05%

visualinertialkinectfusion's Introduction

Integration of Absolute Orientation Measurements in the KinectFusion Reconstruction Pipeline

CVPR'18 Workshop on Visual Odometry and Computer Vision Applications Based on Location Clues

Available at openaccess.thecvf.com

@InProceedings{Giancola_2018_CVPR_Workshops,
  author = {Giancola, Silvio and Schneider, Jens and Wonka, Peter and Ghanem, Bernard S.},
  title = {Integration of Absolute Orientation Measurements in the KinectFusion Reconstruction Pipeline},
  booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
  month = {June},
  year = {2018}
}

Implementation

Tested with:

  • VTK 6.2,
  • Boost 1.58,
  • Eigen 3,
  • FLANN,
  • Qt 5.9

Install a modified version of PCL

mkdir pcl-build && cd pcl-build/
cmake -DBUILD_GPU=ON -DBUILD_CUDA=ON -DWITH_QT=OFF ../pcl
make -j8
sudo make install
cd ..

Install a modified version of PCViewer

mkdir PCViewer-build && cd PCViewer-build
cmake ../PCViewer
make -j8 testKinFuGUI
cd ..

Create dataset

  • Download the sequences from the freiburg dataset
  • Extract the sequences into the data folder
  • Activate the conda environment conda env create -f environment.yml && conda activate TUMdataset
  • Copy python script into sequence folder cp *.py {sequencename} && cd {sequencename} with {sequencename} being the name of the folder for a given sequence
  • Extract the orientated point cloud mkdir pointclouds && python generate_registered_pointcloud_organized.py rgb.txt depth.txt groundtruth.txt pointclouds/PC --pcd_format cd ../..

Run Kinect Fusion

cd PCViewer
./testKinFuGUI

visualinertialkinectfusion's People

Contributors

silviogiancola avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.