Code Monkey home page Code Monkey logo

inhandscanningiccv15_reconstruction's Introduction

3D Object Reconstruction from
Hand-Object Interactions

General Info

The source code files in this directory are an implementation of the pipeline presented in the paper:

Tzionas D., Gall J.
3D Object Reconstruction from Hand-Object Interactions
International Conference on Computer Vision 2015 (ICCV'15)

http://files.is.tue.mpg.de/dtzionas/In-Hand-Scanning

Setup

The code was tested using Ubuntu 12.04, PCL 1.7, OpenCV 2.4.8.

Dependencies

CMake, OpenCV, Eigen3, libconfig++8-dev, Meshlab, QT4, PCL (also installes Boost):

sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install libopencv-dev
sudo apt-get install libeigen3-dev
sudo apt-get install libconfig++8-dev
sudo apt-get install meshlab
sudo apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui

sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl
sudo apt-get update
sudo apt-get install libpcl-all

CPU_TSDF
The source code is included in the directory
./3rd_party Please refer to this location for the README.md and LICENSE files.
Compilation should be performed at this point as described in the README.md, followed by a: sudo make install Original source: https://github.com/sdmiller/cpu_tsdf

Build

mkdir build
cd build
cmake ..
make

Configure

Please download from the project's website
http://files.is.tue.mpg.de/dtzionas/In-Hand-Scanning/

Please:

  • unzip them in a different location (to avoid name conflicts)
  • do NOT change the name of the exported folder (should be 001 or 002 or 003 or 004)
  • enter the names of directories where the zips were unzipped in the file ./config/CONFIG_PATHs.txt

Run

The paper includes the reconstruction of 4 objects (Water Bottle, Bowling Pin, Small Bottle, Sphere).

To run the reconstruction for an object run one of the following scripts from the current directory:

sh ./SCRIPT__1__WaterBottle.sh
sh ./SCRIPT__2__BowlingPin.sh
sh ./SCRIPT__3__SmallBottle.sh
sh ./SCRIPT__4__Sphere.sh

inhandscanningiccv15_reconstruction's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

inhandscanningiccv15_reconstruction's Issues

data format

If I want to use my own sequences, what are the input files, and what is the input data format?

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.