mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* update doc about mmclassfication deployment * update install mmdeploy part * correct mmcls deployment commands * reformat supported models * add deployed model specification * update doc about mmdetection deployment * fix according to reviewer comments * fix according to reviewer comments * fix according to reviewer comments * fix according to reviewer comments * fix according to reviewer comments * fix according to reviewer comments * update doc about mmsegmentation deployment * update doc about mmocr deployment * check in cityscapes.png as an input image for converting mmsegmentation model * update mmocr deployment * update mmseg.md * update mmseg.md * update mmocr.md * update sdk model inference for mmocr deployment * update according to reviewer comments * update * update * update mmedit * update mmpose deployment * check in face.png for mmedit deployment * update * fix according to reviewer comments * remove duplicate doc * update docs in english * update codebase documents in chinese * fix according to reviewerss comments * update according reviewer comments * ObjectDetection -> Object Detection * InstanceSegmentation -> Instance Segmentation
34 lines
938 B
Markdown
34 lines
938 B
Markdown
# MMDetection3d Deployment
|
|
|
|
- [Installation](#installation)
|
|
- [Install mmdet3d](#install-mmdet3d)
|
|
- [Install mmdeploy](#install-mmdeploy)
|
|
- [Convert model](#convert-model)
|
|
- [Model specification](#model-specification)
|
|
- [Model inference](#model-inference)
|
|
- [Backend model inference](#backend-model-inference)
|
|
- [SDK model inference](#sdk-model-inference)
|
|
- [Supported models](#supported-models)
|
|
|
|
______________________________________________________________________
|
|
|
|
[MMDetection3d](https://github.com/open-mmlab/mmdetection3d) aka `mmdet3d` is an open source object detection toolbox based on PyTorch, towards the next-generation platform for general 3D detection. It is a part of the [OpenMMLab](https://openmmlab.com/) project.
|
|
|
|
## Installation
|
|
|
|
### Install mmdet3d
|
|
|
|
### Install mmdeploy
|
|
|
|
## Convert model
|
|
|
|
## Model specification
|
|
|
|
## Model inference
|
|
|
|
### Backend model inference
|
|
|
|
### SDK model inference
|
|
|
|
## Supported models
|