Coder Social home page Coder Social logo

filterreg's Introduction

A reference implementation for the paper:

Wei Gao and Russ Tedrake, "FilterReg: Robust and Efficient Probabilistic Point-Set Registration using Gaussian Filter and Twist Parameterization", CVPR 2019 (Best Paper Finalist) [Project] [Paper] [Supplemental]

In addition to FilterReg, this repo (which I call it "poser") contains the infrastructure and implementation of various geometric processing algorithms. This repo aims at real-time tracking and geometric processing for robotic manipulation, visual odometry and SLAM (3D Reconstrution).

Video Demo [Link]

FilterReg

Build Instruction

The code is developed on Ubuntu 16.04 with CUDA-9 and CUDA-10. The tested compilers are gcc-5.4, gcc-6.0 and gcc-6.5. For the installation of CUDA, please follow the official guide.

This repo depends on pcl and opencv. The default versions of both Ubuntu 16.04 and ros-kinetic have been tested. For Ubuntu 16.04, you can run the following command to install them

sudo apt-get install libpcl-dev libopencv-dev

This repo also depends on glog which can be installed by

sudo apt-get install libgoogle-glog-dev

Now you are ready to build

git clone https://[email protected]/gaowei19951004/poser.git
cd ${project_root}
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make

The apps/rigid_pt2pt would be a good starting point. The test data is also included in that subdirectory. Other execultables in apps subfolder have a very similiar code structure.

TODO

The code is re-factored from a pretty messy version which is the backbone of all the experiments in our paper. Not all the code has been adapted into this repository and the author is working on it. Here is a list of TODOs:

  • The GPU implementation of various algorithms.
  • Revive the articulated kinematic model using the new MultiBodyTree in drake.
  • The deformable kinematic model is currently in another repo (SurfelWarp).

FAQ

  • How to switch the compiler to gcc-6 in cmake?

    Run source use_gcc6 before any cmake command. You might need to remove the CMakeCache.txt in your build directory.

Contact

If you have any question or suggestion regarding this work, please send an email to [email protected]

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.