PartNet: A Large-scale Benchmark for Fine-grained and Hierarchical Part-level 3D Object Understanding
Figure 1. The PartNet Annotation System Overview.
This repo contains the web-based part segmentation annotation interface for PartNet.
Our 3D web-based GUI is build upon Node.js, Express.js and Three.js frameworks. Please check the README in client
and server
folders for setup instructions.
PartNet is accepted to CVPR 2019. See you at Long Beach, LA.
Our team: Kaichun Mo, Shilin Zhu, Angel X. Chang, Li Yi, Subarna Tripathi, Leonidas J. Guibas and Hao Su from Stanford, UCSD, SFU and Intel AI Lab.
Arxiv Version: https://arxiv.org/abs/1812.02713
Project Page: https://cs.stanford.edu/~kaichun/partnet/
Video: https://youtu.be/7pEuoxmb-MI
Please refer to this repo for the PartNet dataset utilities and this repo for the segmentation experiments (Section 5) in the paper.
@article{mo2018partnet,
title={{PartNet}: A Large-scale Benchmark for Fine-grained and Hierarchical Part-level {3D} Object Understanding},
author={Mo, Kaichun and Zhu, Shilin and Chang, Angel and Yi, Li and Tripathi, Subarna and Guibas, Leonidas and Su, Hao},
booktitle={Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
year={2019}
}
MIT Licence
- [April 18, 2019] PartNet Annotation System v1.0 release.