All Projects → ericyi → articulated-part-induction

ericyi / articulated-part-induction

Licence: MIT License
No description, website, or topics provided.

Programming Languages

python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
Cuda
1817 projects
shell
77523 projects

Deep Part Induction from Articulated Object Pairs

Introduction

This work is based on our SIGGRAPH Asia 2018 paper. You can find the arXiv version of the paper here. In this repository, we release the training and evaluation code, data as well as the pre-trained models.

To Get Start

Download training and validation data from

https://shapenet.cs.stanford.edu/ericyi/data_partmob.zip

Compile the PointNet++ code in "pointnet2"

Train the corrspondence proposal and the flow module through

python train.py --stage 1

Train the hypothesis generation and the verification submodule through

python train.py --stage 2

Train the hypothesis selection submodule through

python train.py --stage 3

Evaluate the model through

python evaluation.py

You can also download the pretrained model from the following link:

https://shapenet.cs.stanford.edu/ericyi/pretrained_model_partmob.zip

License

Our code and data are released under MIT License (see LICENSE file for details).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].