mirror of https://github.com/open-mmlab/mmpose
13 lines
641 B
Markdown
13 lines
641 B
Markdown
# RTMPose-Deploy
|
|
|
|
[中文说明](./README_CN.md)
|
|
|
|
RTMPose-Deploy is a C ++ code example for RTMPose localized deployment.
|
|
|
|
At present, RTMPose-Deploy has completed to use ONNXRuntime-CPU and TensorRT to deploy the RTMDet and RTMPose on the Windows system.
|
|
|
|
| Deployment Framework | Repo |
|
|
| -------------------- | -------------------------------------------------------------------- |
|
|
| ONNXRuntime-CPU | [RTMPose-Deploy](https://github.com/HW140701/RTMPose-Deploy) |
|
|
| TensorRT | [rtmpose_tensorrt](https://github.com/Dominic23331/rtmpose_tensorrt) |
|