open-mmlab / mmpose

OpenMMLab Pose Estimation Toolbox and Benchmark.
https://mmpose.readthedocs.io/en/latest/
Apache License 2.0
5.26k stars 1.17k forks source link

[Docs] RTMO inference with TensorRT #3021

Closed Daanfb closed 2 months ago

Daanfb commented 2 months ago

📚 The doc issue

I have exported RTMO model with mmdeploy/tools/deploy.py. I have a folder with 3 json files, 1 engine file and 1 onnx file. I want to infer the engine model. How can I do it with python?

Suggest a potential alternative/fix

No response