How to get classes labels from MMPoseInferencer? #2302
Unanswered
volkov-maxim
asked this question in
Q&A
Replies: 1 comment
-
Could you answer that question? |
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.
-
Hi, community!
I use MMPoseInferencer for inference on video and do it frame by frame.
I initialize the inferencer as next manner:
As you can see I use the
det_cat_ids
parameter with a list of interested classes [0, 32] (human, sports ball). When I analyze the output of the inferencer I can't tell one class from another 🤷🏻♂️The question is: How to get classes labels from MMPoseInferencer?
Beta Was this translation helpful? Give feedback.
All reactions