Kinectshape

Implementation of "kinect fusion" 3d shape reconstruction method
Alternatives To Kinectshape
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Curated List Of Awesome 3d Morphable Model Software And Data664
a year ago
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.
Gan2shape552
3 months ago34mitPython
Code for GAN2Shape (ICLR2021 oral)
Point2mesh408
3 years ago8mitPython
Reconstruct Watertight Meshes from Point Clouds [SIGGRAPH 2020]
Graphcmr229
4 years ago4bsd-3-clausePython
Repository for the paper "Convolutional Mesh Regression for Single-Image Human Shape Reconstruction"
Point2skeleton174
a month ago5mitPython
Point2Skeleton: Learning Skeletal Representations from Point Clouds (CVPR2021)
Igr159
2 years agoPython
Implicit Geometric Regularization for Learning Shapes
Marrnet138
6 years ago3Python
MarrNet: 3D Shape Reconstruction via 2.5D Sketches
Humanposememo97
2 years agoTeX
Memo about 3d human pose estimation, record of datasets, papers, codes.
Awesome 3d Human93
4 years ago
Kinectshape76
7 years agomitC++
Implementation of "kinect fusion" 3d shape reconstruction method
Alternatives To Kinectshape
Select To Compare


Alternative Project Comparisons
Readme

KinectShape

Implementation of "KinectFusion" 3d shape reconstruction method, described in:

"Richard A. Newcombe, Shahram Izadi, Otmar Hilliges, David Molyneaux, David Kim, Andrew J. Davison, Pushmeet Kohli, Jamie Shotton, Steve Hodges, Andrew W. Fitzgibbon: KinectFusion: Real-time dense surface mapping and tracking. ISMAR 2011: 127-136"

Demo video: https://vimeo.com/48663514

Released under the MIT license.

Build instructions

All underlying libraries and frameworks are cross-platform (Openframeworks, libfreenect, libeigen, CUDA SDK), so the project is supposed to be cross-platform. But for now, only makefile for linux is maintained, and it is tested only on Ubuntu 12.04. Requirements:

  • Openframewokls 0071 with dependencies installed
  • CUDA 4.1 setup: SDK, toolkit, dev driver; nvcc is supposed to be in $PATH; path to SDK and toolkit should be specified in config.make
  • libusb-dev intalled
  • libeigen3-dev intalled
  • addons from ./all_addons directory pasted into OF_ROOT/addons (2do: should properly fork modified addons and add them as submodules)
  • OF_ROOT set to Openframeworks path on config.make
  • launch as root user, or use instructions on how to run OpenKinect without root privilegies (http://openkinect.org/wiki/Getting_Started#Ubuntu_Manual_Install)
Popular Reconstruction Projects
Popular Shape Projects
Popular Machine Learning Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C Plus Plus
Sdk
3d
Shape
Fusion
Reconstruction
Kinect