Closed Leozyc-waseda closed 2 years ago
fixed it.
My folder structure:
data
├──kitti
├── pandaset
├── 001 # The sequence number
│ ├── annotations # Bounding boxes and semseg annotations
| | ├──cuboids
| | | ├──00.pkl.gz
| | | └── ...
| | ├──semseg
| | ├──00.pkl.gz
| | └── ...
│ ├── camera # cameras images
| | ├──back_camera
| | | ├──00.jpg
| | | └── ..
| | ├──front_camera
| | └── ...
│ ├── lidar # lidar data
│ | ├── 00.pkl.gz
│ | └── ...
| ├── meta
| | ├── gps.json
| | ├── timestamps.json
├── 002
└── ...
├── 158
└── ...
Note if anyone made the same mistake as me. There should be 158 folders, and I only unzipped one zip file. also, change 'dataset' to ' '
67 self.dataset = ps.DataSet(os.path.join(root_path, ''))
372 'lidar_path': os.path.join(self.root_path, '', seq, 'lidar', ("{:02d}.pkl.gz".format(ii))),
373 'cuboids_path': os.path.join(self.root_path, '', seq,
I try
python -m pcdet.datasets.pandaset.pandaset_dataset create_pandaset_infos tools/cfgs/dataset_configs/pandaset_dataset.yaml
its not work.My folder structure:
error message