Skip to content

SoumyaTGhosh/ddcrpMeshSeg

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ddcrpMeshSegmentation:

For an updated python implementation see Ishana Shastri's fork here: https://github.com/ishanashastri/py-ddcrpMeshSeg


Distance Dependent Chinese Restaurant Processes for Mesh Segmentation
Author: Soumya Ghosh (sghosh <AT> cs.brown.edu)

This software package includes an implementation of Gibbs sampling for the distance dependent Chinese restaurant process along with utility functions for motion/deformation based mesh segmentation. The code is based on the model presented in:

From Deformations to Parts:Motion-based Segmentation of 3D Objects. Soumya Ghosh, Erik B. Sudderth, Matthew Loper and Michael J. Black. NIPS 2012.

Please cite this paper if you use this software. Given meshes in different poses the model determines both the number and extent of segments. Additionally, it guarantees spatially connected segments.

Dependencies -- You will need the following packages:

  1. Tom Minka's lightspeed toolbox: http://research.microsoft.com/en-us/um/people/minka/software/lightspeed/

  2. David Gleich's MATLAB interface to the Boost Graph Library: http://www.cs.purdue.edu/homes/dgleich/packages/matlab_bgl/

  3. Meshes: This package includes a subset of the TOSCA meshes. More can be found at: http://tosca.cs.technion.ac.il/book/resources_data.html

USAGE: Please see demo_segmentation.m

About

Mesh segmentation software in MATLAB. Infers both the number and extent of segments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages