GithubHelp home page GithubHelp logo

eshafeeqe / gmorpherskl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from paulchhuang/gmorpherskl

0.0 2.0 0.0 132 KB

C++ implementation of joint skeleton-surfaceShape EM-ICP

Home Page: http://campar.in.tum.de/Main/ChunHaoHuang

CMake 3.63% C++ 90.84% C 1.47% Cuda 4.06%

gmorpherskl's Introduction

GMorpherSkl

GMorpherSkl aims to do 3D deformable EMICP with two parameterizations: surfaces and skeletons. Currently it works only on Windows systems. Please cite the following IJCV paper if you use the code.

 @article{huang20164Dmodeling,
  title={A Bayesian approach to multi-view 4D modeling},
  author={Huang, Chun-Hao and Cagniart, Cedric and Boyer, Edmond and Ilic, Slobodan},
  journal={International Journal of Computer Vision},
  volume={116},
  number={2},
  pages={115--135},
  year={2016},
  publisher={Springer}
}

Dependencies (required):

  1. CMake (at least version 2.8)
  2. CUDA (the newer the better, I use v8.0.61)
  3. CGAL and Boost: http://www.cgal.org/download/windows.html
  4. OpenCV 2.4
  5. Eigen
  6. Ceres
    a. glog
    b. gflag
    c. suitesparse-metis-for-windows

Dependencies (optional):

  1. OpenGL things (needed when we start doing 2D rendering in the future):

Installation:

Please follow this file for further installation instruction.

Running the code:

You can run the program in command line like this:

> GMorpherBone_3DEMICP.exe -meshRef path2refModel (.off)
                           -meshBaseName "path2inputFolder\%04d.off"
                           -outBaseName "path2outputFolder\%04d"
                           -F 1 (first frame)
                           -L 173 (last frame)
                           -NThresh 0.5
                           -Eoutlier 0.01
                           -sigma0 4
                           -probabilistic 1 (consider soft assignments)
                           -prediction 1 (consider locations predicted from the neighboring patches)
                           -S 4 (patch size)
                           -EMF_ICP 5 (force for data term; bigger value means softer surfaces)

gmorpherskl's People

Contributors

paulchhuang avatar

Watchers

James Cloos avatar Shafeeq E  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.