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

## Motivation profiler ## Modification Please briefly describe what modification is made in this PR.

I potentially need to convert other models (mmdet, instance segmentation, e.g., yolact, solo) than currently support by mmdeploy. Is there a more detailed [guide](https://mmdeploy.readthedocs.io/en/latest/tutorials/how_to_support_new_models.html) about how to do this/ how...

I used the latest MMDeploy tool to convert ConvNeXt into tensorRT backend. It converted successfully. However, when I visualized the results, I found the output from tensorRT backend was totally...

Thanks for your bug report. We appreciate it a lot. **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)...

@grimoire Hi! I asked you about the faster rcnn model map drop after I deploy it to tensortt, you said because of the tensorrt version,https://github.com/open-mmlab/mmdeploy/issues/496#issuecomment-1134230895 I just update tensorrt version...

**Describe the feature** Write a script to build mmdeploy under windows platform. **Motivation** make windows build easier.

enhancement
help wanted

When converting maskrcnn into an openvino model, it is found that even if the configuration file uses a dynamic config, the result given by openvino is still a fixed value...

Hello~ Do you have plan to support quantized models for torchscript?

Hi, Thank you for your work on the deploy of 3D detection model. I have test the `pointpillars` and `centerpoints` in `mmdeploy`. But I found that the inference latency is...

**from mmdeploy.apis.inference import inference_model from mmdeploy.apis.utils import build_task_processor from detect.utils_torchvision import inference from mmdeploy.utils.utils import get_root_logger logger = get_root_logger(log_level=logging.DEBUG) logging.root = logger deploy_cfg = 'C:/Users/12481/MMDeploy/configs/mmdet/detection/detection_tensorrt_dynamic-320x320-1344x1344.py' model_cfg = 'C:/Users/12481/mmdetection/configs/cascade_rcnn/cascade_rcnn_r50_fpn_1x_coco.py' backend_files =...