wangyida / softpool

SoftPoolNet: Shape Descriptor for Point Cloud Completion and Classification - ECCV 2020 oral
Apache License 2.0
74 stars 5 forks source link

Pretrained Model #8

Open zhaoyuanyuan2011 opened 3 years ago

zhaoyuanyuan2011 commented 3 years ago

Hi, I'm trying to test the performance of the model on an incomplete scene. I'm wondering will a pretrained model be provided?

Thank you!

wangyida commented 3 years ago

Hi Yuanyuan, we tested on SUNCG and ScanNet dataset, but the completion is not satisfying compared to object completion. If you wanna have a try on scenes, then you can reuse the script in 'benchmark' folder.

want to mention that PyTorch is more preferable to get used because of the version upgrade from TF 1 to TF 2.

Best regards, Yida