File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 54
54
│ │ │── waymo_infos_test.pkl
55
55
│ │ │── waymo_infos_train.pkl
56
56
│ │ │── waymo_infos_val.pkl
57
- ├── pcdet
57
+ ├── cpd
58
58
├── tools
59
59
```
60
60
61
61
Then, generate dataset information:
62
62
```
63
- python3 -m pcdet .datasets.waymo_unsupervised.waymo_unsupervised_dataset --cfg_file tools/cfgs/dataset_configs/waymo_unsupervised/waymo_unsupervised_cproto.yaml
63
+ python3 -m cpd .datasets.waymo_unsupervised.waymo_unsupervised_dataset --cfg_file tools/cfgs/dataset_configs/waymo_unsupervised/waymo_unsupervised_cproto.yaml
64
64
```
65
65
66
66
#### KITTI Dataset
76
76
│ │ │ ├──calib & velodyne & label_2 & image_2 & (optional: planes)
77
77
│ │ │── testing
78
78
│ │ │ ├──calib & velodyne & image_2
79
- ├── pcdet
79
+ ├── cpd
80
80
├── tools
81
81
```
82
82
83
83
Run following command to create dataset infos:
84
84
```
85
- python3 -m pcdet .datasets.kitti.kitti2waymo_dataset create_kitti_infos tools/cfgs/dataset_configs/waymo_unsupervised/kitti2waymo_dataset.yaml
85
+ python3 -m cpd .datasets.kitti.kitti2waymo_dataset create_kitti_infos tools/cfgs/dataset_configs/waymo_unsupervised/kitti2waymo_dataset.yaml
86
86
```
87
87
88
88
### Training
You can’t perform that action at this time.
0 commit comments