How should I get a heatmap output from a converted mmpose model? #1306
Unanswered
starashima
asked this question in
Q&A
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
@starashima Hi, actually the trt engine only outputs heatmap. the decoding part is added in the End2EndModel. You can directly get the heatmap in here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I could successfully get a keypoint output from a converted mmpose model (i.e., end2end.engine generated from the default HRNet-W48 config ), but I also want to get a corresponding heatmap output as I can get using mmpose api.
How should I do this?
Thank you very much for your help.
Beta Was this translation helpful? Give feedback.
All reactions