|
1 | 1 | # MMDetection3d Deployment
|
2 | 2 |
|
3 |
| -- [Install mmdet3d](#install-mmdet3d) |
4 |
| -- [Convert model](#convert-model) |
5 |
| -- [Model inference](#model-inference) |
6 |
| -- [Supported models](#supported-models) |
| 3 | +- [MMDetection3d Deployment](#mmdetection3d-deployment) |
| 4 | + - [Install mmdet3d](#install-mmdet3d) |
| 5 | + - [Convert model](#convert-model) |
| 6 | + - [Model inference](#model-inference) |
| 7 | + - [Supported models](#supported-models) |
7 | 8 |
|
8 | 9 | ______________________________________________________________________
|
9 | 10 |
|
@@ -74,10 +75,11 @@ The caller needs to refer to the corresponding [python implementation](../../../
|
74 | 75 |
|
75 | 76 | ## Supported models
|
76 | 77 |
|
77 |
| -| model | dataset | onnxruntime | openvino | tensorrt\* | |
78 |
| -| :------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------: | :---------: | :------: | :--------: | |
79 |
| -| [centerpoint](https://github.com/open-mmlab/mmdetection3d/blob/main/configs/centerpoint/centerpoint_pillar02_second_secfpn_head-circlenms_8xb4-cyclic-20e_nus-3d.py) | nuScenes | ✔️ | ✔️ | ✔️ | |
80 |
| -| [pointpillars](https://github.com/open-mmlab/mmdetection3d/blob/main/configs/pointpillars/pointpillars_hv_secfpn_sbn-all_8xb4-2x_nus-3d.py) | nuScenes | ✔️ | ✔️ | ✔️ | |
81 |
| -| [pointpillars](https://github.com/open-mmlab/mmdetection3d/blob/main/configs/pointpillars/pointpillars_hv_secfpn_8xb6-160e_kitti-3d-3class.py) | KITTI | ✔️ | ✔️ | ✔️ | |
| 78 | +| model | task | dataset | onnxruntime | openvino | tensorrt\* | |
| 79 | +| :------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------: | :------: | :---------: | :------: | :--------: | |
| 80 | +| [centerpoint](https://github.com/open-mmlab/mmdetection3d/blob/main/configs/centerpoint/centerpoint_pillar02_second_secfpn_head-circlenms_8xb4-cyclic-20e_nus-3d.py) | voxel detection | nuScenes | ✔️ | ✔️ | ✔️ | |
| 81 | +| [pointpillars](https://github.com/open-mmlab/mmdetection3d/blob/main/configs/pointpillars/pointpillars_hv_secfpn_sbn-all_8xb4-2x_nus-3d.py) | voxel detection | nuScenes | ✔️ | ✔️ | ✔️ | |
| 82 | +| [pointpillars](https://github.com/open-mmlab/mmdetection3d/blob/main/configs/pointpillars/pointpillars_hv_secfpn_8xb6-160e_kitti-3d-3class.py) | voxel detection | KITTI | ✔️ | ✔️ | ✔️ | |
| 83 | +| [smoke](https://github.com/open-mmlab/mmdetection3d/blob/main/configs/smoke/smoke_dla34_dlaneck_gn-all_4xb8-6x_kitti-mono3d.py) | monocular detection | KITTI | ✔️ | x | ✔️ | |
82 | 84 |
|
83 | 85 | - Make sure trt >= 8.4 for some bug fixed, such as ScatterND, dynamic shape crash and so on.
|
0 commit comments