We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983c800 commit b3b609aCopy full SHA for b3b609a
perception/lidar_centerpoint/README.md
@@ -204,6 +204,8 @@ ln -s /PATH/TO/DATASET/ /PATH/TO/mmdetection3d/data/tier4_dataset/
204
205
Create `.pkl` files for training, evaluation, and testing.
206
207
+The dataset was formatted according to T4Dataset specifications, with 'sample_dataset' designated as one of its versions.
208
+
209
```bash
210
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
211
```
0 commit comments