SimingYan / IAE

[ICCV 2023] "Implicit Autoencoder for Point-Cloud Self-Supervised Representation Learning"
95 stars 16 forks source link

How to generate mesh from implicit autoencoder #7

Closed yuanzhen2020 closed 1 year ago

yuanzhen2020 commented 2 years ago

Great work! And Could you provide the pretrained implicit autoencoder models (using ShapeNet and ScanNet Dateset) and the code that generate mesh from implicit output?

SimingYan commented 2 years ago

Hi @yuanzhen2020 ,

We use the similar way as convolutional occupancy network to generate mesh. Please refer to their repo for more details.