Skip to content

Commit 2f780bd

Browse files
committed
fix(lidar_centerpoint): fix spell
Signed-off-by: Kaan Çolak <kaancolak95@gmail.com>
1 parent 3345fd8 commit 2f780bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

perception/lidar_centerpoint/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ docker run --gpus all --shm-size=8g -it -v {DATA_DIR}:/mmdetection3d/data mmdete
146146

147147
**Step 1.** Download the NuScenes dataset from the [official website](https://www.nuscenes.org/download) and extract the dataset to a folder of your choice.
148148

149+
**Note:** The NuScenes dataset is large and requires significant disk space. Ensure you have enough storage available before proceeding.
150+
149151
**Step 2.** Create a symbolic link to the dataset folder
150152

151153
```bash
@@ -165,7 +167,7 @@ python tools/create_data.py nuscenes --root-path ./data/nuscenes --out-dir ./dat
165167

166168
The configuration file that illustrates how to train the CenterPoint model with the NuScenes dataset is
167169
located at mmdetection3d/projects/AutowareCenterPoint/configs. This configuration file is a derived version of the
168-
centerpoint_pillar02_second_secfpn_head-circlenms_8xb4-cyclic-20e_nus-3d.py configuration file from mmdetection3D.
170+
`centerpoint_pillar02_second_secfpn_head-circlenms_8xb4-cyclic-20e_nus-3d.py` configuration file from mmdetection3D.
169171
In this custom configuration, the **use_voxel_center_z parameter** is set to **False** to deactivate the z coordinate of the voxel center,
170172
aligning with the original paper's specifications and making the model compatible with Autoware. Additionally, the filter size is set as **[32, 32]**.
171173

0 commit comments

Comments
 (0)