Skip to content

Commit 036ad9c

Browse files
committed
fix(lidar_centerpoint): change dataset name
Signed-off-by: Kaan Çolak <kaancolak95@gmail.com>
1 parent 07119ab commit 036ad9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

perception/lidar_centerpoint/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ mim install 'mmdet>=3.0.0rc5, <3.3.0'
123123

124124
Introduced several valuable enhancements in our fork of the mmdetection3d repository.
125125
Notably, we've made the PointPillar z voxel feature input optional to maintain compatibility with the original paper.
126-
In addition, we've integrated a PyTorch to ONNX converter and a Tier4 Dataset format reader for added functionality.
126+
In addition, we've integrated a PyTorch to ONNX converter and a T4 format reader for added functionality.
127127

128128
```bash
129129
git clone https://github.com/autowarefoundation/mmdetection3d.git
@@ -172,7 +172,7 @@ python tools/train.py projects/AutowareCenterPoint/configs/centerpoint_custom.py
172172
For evaluation purposes, we have included a sample dataset captured from the vehicle which consists of the following LiDAR sensors:
173173
1 x Velodyne VLS128, 4 x Velodyne VLP16, and 1 x Robosense RS Bpearl. This dataset comprises 600 LiDAR frames and encompasses 5 distinct classes, 6905 cars, 3951 pedestrians,
174174
75 cyclists, 162 buses, and 326 trucks 3D annotation. In the sample dataset, frames are annotated as 2 frames for each second. You can employ this dataset for a wide range of purposes,
175-
including training, evaluation, and fine-tuning of models. It is organized in the Tier4Dataset format.
175+
including training, evaluation, and fine-tuning of models. It is organized in the T4 format.
176176

177177
##### Download the sample dataset
178178

@@ -191,7 +191,7 @@ Create .pkl files for training, evaluation, and testing.
191191

192192
```bash
193193

194-
python tools/create_data.py Tier4Dataset --root-path data/sample_dataset/ --out-dir data/sample_dataset/ --extra-tag Tier4Dataset --version sample_dataset --annotation-hz 2
194+
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
195195
```
196196

197197
Run evaluation

0 commit comments

Comments
 (0)