Skip to content

Commit b3b609a

Browse files
authored
docs(lidar_centerpoint): add version
1 parent 983c800 commit b3b609a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

perception/lidar_centerpoint/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ ln -s /PATH/TO/DATASET/ /PATH/TO/mmdetection3d/data/tier4_dataset/
204204

205205
Create `.pkl` files for training, evaluation, and testing.
206206

207+
The dataset was formatted according to T4Dataset specifications, with 'sample_dataset' designated as one of its versions.
208+
207209
```bash
208210
python tools/create_data.py T4Dataset --root-path data/sample_dataset/ --out-dir data/sample_dataset/ --extra-tag T4Dataset --version sample_dataset --annotation-hz 2
209211
```

0 commit comments

Comments
 (0)