davrempe / predicting-physical-dynamics

Code for "Predicting the Physical Dynamics of Unseen 3D Objects" presented at WACV 2020.
MIT License
19 stars 4 forks source link

Shapenet train/test splits #5

Open wagnew3 opened 3 years ago

wagnew3 commented 3 years ago

Hello,

Where can I find the shapenet model train/test splits, like ./data/sim/Bottles/Bottles10k_ObjSplit/Bottles10kTest?

Thanks!

davrempe commented 3 years ago

After downloading the dataset, you will see an objects directory under each split (e.g. Bottles10kTest). The contained .pts files are just the surface point clouds, but the file names correspond to the models in the ShapeNet dataset. So if you download ShapeNetCore you can get the corresponding models. We defined these splits ourselves - we did not use any "official" train/test splits.