You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **[mmdetection3d](https://github.com/open-mmlab/mmdetection3d)** repository includes an additional voxel encoder
3
+
The **[mmdetection3d](https://github.com/open-mmlab/mmdetection3d)** repository includes an additional voxel encoder
4
4
feature for the CenterPoint 3D object detection model, known as voxel center z,
5
5
not originally used in the **[main implementation](https://github.com/tianweiy/CenterPoint)**,
6
6
Autoware maintains consistency with the input size of the original implementation. Consequently,
7
7
to ensure integration with Autoware's lidar centerpoint package, we have forked the original repository and made
8
8
the requisite code modifications.
9
9
10
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.
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