valeoai / POCO

[CVPR 2022] POCO: Point Convolution for Surface Reconstruction
Other
193 stars 21 forks source link

Download ABC / RealWorld / Famous and Thingi10k data #9

Closed MulinYu closed 2 years ago

MulinYu commented 2 years ago

Hello,

Thanks for the excellent paper and for releasing the code.

I'm wondering where I can download the ABC, RealWorld, Famous, and Thingi10k data?

Best and have a nice day, Mulin

aboulch commented 2 years ago

Hello,

To download these datasets, please refer to Points2Surf repository here: https://github.com/ErlerPhilipp/points2surf

Best,

MulinYu commented 2 years ago

Thanks alot.

hyzhou404 commented 8 months ago

Hello,

To download these datasets, please refer to Points2Surf repository here: https://github.com/ErlerPhilipp/points2surf

Best,

Points2surf uses SDF representation while POCO uses occupancy representation. Can the datasets generated for points2surf directly apply on POCO?

aboulch commented 8 months ago

Hello, Yes, SDF values are thresholded: occupancy = (SDF < 0). Best,