FENGGENYU / CVPR2019_PartNet

Code for PartNet: A Recursive Part Decomposition Network for Fine-grained and Hierarchical Shape Segmentation
MIT License
111 stars 18 forks source link

How can I customize my own dataset? #6

Open Lizhinwafu opened 2 years ago

Lizhinwafu commented 2 years ago

How can I customize my own dataset?

FENGGENYU commented 2 years ago

Please check this issue: https://github.com/FENGGENYU/PartNet/issues/5

Lizhinwafu commented 2 years ago

Please check this issue: #5 Thanks, I will try.

Lizhinwafu commented 2 years ago

Please check this issue: #5 tree This is my point cloud data and I want to do part instance segmentation on it. Do I need to separate each part first, generate a mesh file, and then mark it with the software you provided? I tried this software, but it didn't work. In addition, I would like to ask, there are some instance segmentation models that have achieved good results on the d3dis dataset. Do you think such models are suitable for part instance segmentation of a single target?

FENGGENYU commented 2 years ago

This is a tree object. You need to find some papers or models trained on trees.

Our provided software only accepts mesh file, such as obj file. It is used to label parts and symmetries and make train set.

Lizhinwafu commented 2 years ago

This is a tree object. You need to find some papers or models trained on trees.

Our provided software only accepts mesh file, such as obj file. It is used to label parts and symmetries and make train set.

Wang, Luhan, Lihua Zheng, and Minjuan Wang. "3D Point Cloud Instance Segmentation of Lettuce Based on PartNet." Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. 2022.

Thanks, this paper uses your model. So I want to try.