Problems with using SLEAP models in Bonsai. Single instance model #1294
-
Beta Was this translation helpful? Give feedback.
Answered by
bruno-f-cruz
May 2, 2023
Replies: 1 comment 1 reply
-
I suspect you might have the wrong color format specified. You can try to set the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
roomrys
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suspect you might have the wrong color format specified. You can try to set the
ColorConversion
property in thePredictSinglePose
toBgr2rgb
. You can also just add aConvertColor
operator and use the same conversion string.