ShiQiu0419 / GBNet

Geometric Back-projection Network for Point Cloud Classification (IEEE Transactions on Multimedia, TMM 2021)
MIT License
45 stars 2 forks source link

ScanObjectNN #3

Closed upc-luxl closed 3 years ago

upc-luxl commented 3 years ago

Hello, could you provide the code of experiment on dataset ScanObjectNN?

ShiQiu0419 commented 3 years ago

Hi, thanks for your interests in our work.

Basically, the codes for loading the data are from https://github.com/upc-luxl/dgcnn/blob/master/pytorch/data.py since ScanObjectNN data structure is similar as HDF5 modelnet40. Also, you can use the same codes from DGCNN (pytorch) for evaluation or data augmentation if needed.

ShiQiu0419 commented 3 years ago

Hi @upc-luxl ,

Both the codes and pre-trained models for point cloud classification including ModelNet40 and ScanObjectNN datasets are fully avaible now. Thanks for your attention!