The overall directory structure should be:
│PointGST/
├──cfgs/
├──data/
│ ├──ModelNet/
│ ├──ScanObjectNN/
├──datasets/
├──.......
│ModelNet/
├──modelnet40_normal_resampled/
│ ├── modelnet40_shape_names.txt
│ ├── modelnet40_train.txt
│ ├── modelnet40_test.txt
│ ├── modelnet40_train_8192pts_fps.dat
│ ├── modelnet40_test_8192pts_fps.dat
Download: You can download the processed data from Point-BERT repo, or download from the official website and process it by yourself. The txt file are available here: [modelnet40_shape_names.txt] [ modelnet40_test.txt] [modelnet40_train.txt].
│ScanObjectNN/
├──main_split/
│ ├── training_objectdataset_augmentedrot_scale75.h5
│ ├── test_objectdataset_augmentedrot_scale75.h5
│ ├── training_objectdataset.h5
│ ├── test_objectdataset.h5
├──main_split_nobg/
│ ├── training_objectdataset.h5
│ ├── test_objectdataset.h5
Download: Please download the data from the official website.