autonomousvision / convolutional_occupancy_networks

[ECCV'20] Convolutional Occupancy Networks
https://pengsongyou.github.io/conv_onet
MIT License
830 stars 113 forks source link

How to generate pointcloud #45

Closed zhaoyuanyuan2011 closed 1 year ago

zhaoyuanyuan2011 commented 2 years ago

Hi, I'm using generate.py to reconstruct mesh with my own 3D pointcloud.npz file. Since the result isn't ideal, I want to check out the point cloud generated but failed. I'm wondering is it because I used the wrong config file or some other reasons so that hasattr(generator, 'generate_pointcloud') is always False? Thank you!

Blessing92 commented 2 years ago

Hello, thank for your awesome work, Just following up on the question above! How can I generate the pointcould files needed for the 3D generation?

pengsongyou commented 1 year ago

check https://github.com/autonomousvision/convolutional_occupancy_networks/issues/54.