Thanks to the authors of PoinTr for these two extremely challenging datasets.
The overall directory structure should be:
│PoinTr/
├──cfgs/
├──datasets/
├──data/
│ ├──ShapeNet55-34/
│ ├──PCN/
│ ├──KITTI/
├──.......
ShapeNet55/34 Dataset: You can download the processed ShapeNet55/34 dataset at [BaiduCloud] (code:le04) or [Google Drive]. Unzip the file under ShapeNet55-34/
. The directory structure should be
│ShapeNet55-34/
├──shapenet_pc/
│ ├── 02691156-1a04e3eab45ca15dd86060f189eb133.npy
│ ├── 02691156-1a6ad7a24bb89733f412783097373bdc.npy
│ ├── .......
├──ShapeNet-34/
│ ├── train.txt
│ └── test.txt
├──ShapeNet-34/
│ ├── train.txt
│ └── test.txt
├──ShapeNet-Unseen21/
└── test.txt
PCN Dataset: You can download the processed PCN dataset from this url. The directory structure should be
│PCN/
├──train/
│ ├── complete
│ │ ├── 02691156
│ │ │ ├── 1a04e3eab45ca15dd86060f189eb133.pcd
│ │ │ ├── .......
│ │ ├── .......
│ ├── partial
│ │ ├── 02691156
│ │ │ ├── 1a04e3eab45ca15dd86060f189eb133
│ │ │ │ ├── 00.pcd
│ │ │ │ ├── 01.pcd
│ │ │ │ ├── .......
│ │ │ │ └── 07.pcd
│ │ │ ├── .......
│ │ ├── .......
├──test/
│ ├── complete
│ │ ├── 02691156
│ │ │ ├── 1d63eb2b1f78aa88acf77e718d93f3e1.pcd
│ │ │ ├── .......
│ │ ├── .......
│ ├── partial
│ │ ├── 02691156
│ │ │ ├── 1d63eb2b1f78aa88acf77e718d93f3e1
│ │ │ │ └── 00.pcd
│ │ │ ├── .......
│ │ ├── .......
├──val/
│ ├── complete
│ │ ├── 02691156
│ │ │ ├── 4bae467a3dad502b90b1d6deb98feec6.pcd
│ │ │ ├── .......
│ │ ├── .......
│ ├── partial
│ │ ├── 02691156
│ │ │ ├── 4bae467a3dad502b90b1d6deb98feec6
│ │ │ │ └── 00.pcd
│ │ │ ├── .......
│ │ ├── .......
├──PCN.json
└──category.txt
KITTI: You can download the KITTI dataset from this url. The directory structure should be
│KITTI/
├──bboxes/
│ ├── frame_0_car_0.txt
│ ├── .......
├──cars/
│ ├── frame_0_car_0.pcd
│ ├── .......
├──tracklets/
│ ├── tracklet_0.txt
│ ├── .......
├──KITTI.json