haosulab / SAPIEN

SAPIEN Embodied AI Platform
https://sapien.ucsd.edu/
MIT License
392 stars 39 forks source link

Some items in partnet-mobility have no point cloud files and point cloud labels #146

Open LinfengUP opened 10 months ago

LinfengUP commented 10 months ago

Hi, I am planning to train a point cloud part segmentation model, but I notice some of objects have no point cloud file in the partnet mobility dataset. Where can I get the point cloud files and labels?

fbxiang commented 9 months ago

The PartNet-Mobility dataset does not provide any point cloud files. This is a dataset providing articulated models in the URDF format. If you would like to render partial point cloud, you can follow the tutorial here https://sapien.ucsd.edu/docs/latest/tutorial/rendering/camera.html

If you want to get the full point cloud (sampled from meshes), you probably should use an alternative mesh processing library.