projection-conditioned-point-cloud-diffusion icon indicating copy to clipboard operation
projection-conditioned-point-cloud-diffusion copied to clipboard

ShapeNet checkpoint & test scripts

Open mingrui-zhao opened this issue 2 years ago • 4 comments

Hi,

The current sampling codes look contained to the CO3D dataset. Would it be possible to also release the checkpoint and test scripts on the ShapeNet dataset?

Thanks in advance!

mingrui-zhao avatar Apr 17 '23 03:04 mingrui-zhao

I am also very interested in the shapenet pretrained models. Thanks!

xiexh20 avatar Jul 16 '23 17:07 xiexh20

Also interested

xXuHaiyang avatar Sep 21 '23 02:09 xXuHaiyang

Hello everyone, has anyone successfully loaded the ShapeNet dataset for training? I tried it but it failed during the data loading phase. I would be very grateful if you can provide valuable suggestions.

Estellepark avatar Oct 29 '23 15:10 Estellepark

For people who are interested, I implemented my own dataloader for shapnet here: https://github.com/xiexh20/HDM/blob/main/dataset/r2n2_dataset.py

It is compatible with the pc2 framework, you just need to change the dataset in __init__.py file: https://github.com/xiexh20/HDM/blob/main/dataset/init.py#L105

I haven't reproduced the exact reconstruction numbers from the paper though.

xiexh20 avatar Mar 27 '24 16:03 xiexh20