Skip to content

Commit c2e912c

Browse files
authored
Update README.md
1 parent 39c1ee1 commit c2e912c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ CPD
5454
│ │ │── waymo_infos_test.pkl
5555
│ │ │── waymo_infos_train.pkl
5656
│ │ │── waymo_infos_val.pkl
57-
├── pcdet
57+
├── cpd
5858
├── tools
5959
```
6060

6161
Then, generate dataset information:
6262
```
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
6464
```
6565

6666
#### KITTI Dataset
@@ -76,13 +76,13 @@ CasA
7676
│ │ │ ├──calib & velodyne & label_2 & image_2 & (optional: planes)
7777
│ │ │── testing
7878
│ │ │ ├──calib & velodyne & image_2
79-
├── pcdet
79+
├── cpd
8080
├── tools
8181
```
8282

8383
Run following command to create dataset infos:
8484
```
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
8686
```
8787

8888
### Training

0 commit comments

Comments
 (0)