1= dict(
2 type='MMDetTRTRunner',
3 deploy_cfg = '/workspace/mmdeploy/configs/mmdet/instance-seg/instance-seg_rtmdet-ins_tensorrt_fp16_static-640x640.py',
4 model_cfg = '/workspace/mmdetection/configs/rtmdet/rtmdet-ins_x_8xb16-300e_coco.py',
5 device = 'cuda',
6 backend_model = ['/workspace/mmdeploy_model/rtmdet/end2end.engine'],
7 )