mmdeploy icon indicating copy to clipboard operation
mmdeploy copied to clipboard

OpenMMLab Model Deployment Framework

Results 469 mmdeploy issues
Sort by recently updated
recently updated
newest added

Tensorrt conversion failed, an error mmdeploy. Apis. Pytorch2onnx. Torch2onnx ` with the Call id: 0 failed. The exit. ``` C:\ProgramData\Anaconda3\envs\mmdeploy\lib\site-packages\mmdet\datasets\utils.py:70: UserWarning: "ImageToTensor" pipeline is replaced by "DefaultFormatBundle" for batch inference....

Windows

[2022-08-07 21:17:44.507] [mmdeploy] [info] [model.cpp:95] Register 'DirectoryModel' [2022-08-07 21:17:53.342] [mmdeploy] [error] [model.cpp:44] no ModelImpl can read model F:\DeepLearn\openmmlab\seg_test\panel_512x1024.onnx [2022-08-07 21:17:53.342] [mmdeploy] [error] [model.cpp:15] load model failed. Its file path is...

Hello, I have converted a MMPose model into onnx using the below command: ``` python /home/monal/mmdeploy/tools/deploy.py \ ${MMDEPLOY_DIR}/configs/mmpose/pose-detection_onnxruntime_static.py \ /home/monal/mmpose/configs/body/2d_kpt_sview_rgb_img/topdown_heatmap/coco/mobilenetv2_coco_256x192.py \ ${CHECKPOINT_DIR}/mobilenetv2_coco_256x192-d1e58e7b_20200727.pth \ /home/monal/mmdeploy/demo/resources/human-pose.jpg \ --work-dir ${WORK_DIR} \ --device cuda:0...

Triton

**Checklist** 1. I have searched related issues but cannot get the expected help. 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/faq.md) but cannot get the expected help. 3. The bug has...

I would like to ask if anyone knows why when deploy and test the same mask_rcnn model (with DCN) using the backend tensorRT, with the image crop to a fixed...

## Motivation Support panoptic segmentation model (especially PanopticFPN by now) from the MMDetection codebase. Originally I created a PR at the MMDetection repository: https://github.com/open-mmlab/mmdetection/pull/8169 and migrated to MMDeploy. ## Modification...

Hi, I'm thinking about using the MMdeploy SDK as a backend in the [Triton server](https://github.com/triton-inference-server). It seems that many people would be interested in this usage. Do you have any...

Triton

**Describe the feature** **Motivation** Test the speed of model with batch size > 1 **Additional context** https://github.com/open-mmlab/mmdeploy/blob/master/tools/profile.py only support batch size = 1. Could we support the speed test with...

planned feature

Which model do you want to support in mmdeploy? Comment here. You can like a comment to increase model priority. | | Model | Codebase | Backend | Number of...

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily receiving feedbacks. If you do not understand...