Replies: 1 comment
-
Hello Mister, according to #1566 it seems that MMPose expects the input image in RGB. |
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.
-
I want to use MMPose top-down inference (fn. mmpose.apis.inference_topdown), using an ndarray image loaded via OpenCV (so in BGR channel order) as input image. I am using the 'RTMPose-m' model for human skeleton estimation.
My question now is - do I have to convert the input image from BGR to RGB before handing it over to the MMPose inference routine ?
Is there are general guideline for MMPose - e.g. input images for inference have to be always in RGB format ?
Beta Was this translation helpful? Give feedback.
All reactions