-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] RTMPose TensorRT Deployment - C++ Pre and Post-processing Code Example #2397
[feature] RTMPose TensorRT Deployment - C++ Pre and Post-processing Code Example #2397
Conversation
d59e436
to
6c181cf
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #2397 +/- ##
===========================================
- Coverage 82.04% 82.02% -0.02%
===========================================
Files 233 233
Lines 13644 13644
Branches 2320 2320
===========================================
- Hits 11194 11192 -2
- Misses 1912 1916 +4
+ Partials 538 536 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
||
#### 2. RTMPose | ||
|
||
You can use mmdeploy to convert RTMPose. The mmdeploy config file should use **configs/mmpose/pose-detection_onnxruntime_static.py**. The convert command as follow: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can use mmdeploy to convert RTMPose. The mmdeploy config file should use **configs/mmpose/pose-detection_onnxruntime_static.py**. The convert command as follow: | |
You can use mmdeploy to convert RTMPose. The mmdeploy config file should use **configs/mmpose/pose-detection_simcc_onnxruntime_dynamic.py**. The convert command as follow: |
23b2172
to
05ff74b
Compare
RTMPose TensorRT 部署 - C++ 前后处理代码样例RTMPose TensorRT Deployment - C++ Pre and Post-processing Code Example