With this Python scripts, you can infer your images with RTMDet TensorRT models.
From this link you can get Python models and convert them to ONNX and TensorRT models
You need following files to run this script:
- TensorRT Model: You can create from the link
- mmdetection tensorrt plugin: it created with mmdeploy and you should load this plugin in script (line 61) (it locates under
mmdeploy/mmdeploy/libafter you compile mmdeploy). - image: any image
