Skip to content

Commit 6e0dbf2

Browse files
committed
feat: add project readme
Signed-off-by: Kaan Çolak <kaancolak95@gmail.com>
1 parent b4f9345 commit 6e0dbf2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Introduction
2+
3+
The **[mmdetection3d](https://github.com/open-mmlab/mmdetection3d)** repository includes an additional voxel encoder
4+
feature for the CenterPoint 3D object detection model, known as voxel center z,
5+
not originally used in the **[main implementation](https://github.com/tianweiy/CenterPoint)**,
6+
Autoware maintains consistency with the input size of the original implementation. Consequently,
7+
to ensure integration with Autoware's lidar centerpoint package, we have forked the original repository and made
8+
the requisite code modifications.
9+
10+
To train custom CenterPoint models and convert them into ONNX format for deployment in Autoware, please refer to the instructions provided in the README.md file included with
11+
Autoware's **[lidar_centerpoint](https://autowarefoundation.github.io/autoware.universe/main/perception/lidar_centerpoint/)** package. These instructions will provide a step-by-step guide for training the CenterPoint model.

0 commit comments

Comments
 (0)