-
Hi, I am using rtmpose to identify key points about animals. My question is how to use my annotated object detection box for key point recognition during the inference stage, rather than providing a trained object detection model? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
Ben-Louis
Nov 16, 2023
Replies: 1 comment 1 reply
-
This function is not yet supported. You could modify the code snippet for bounding box detection in https://github.com/open-mmlab/mmpose/blob/main/demo/topdown_demo_with_mmdet.py#L29-L44 to use annotated box. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SCsleepy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This function is not yet supported. You could modify the code snippet for bounding box detection in https://github.com/open-mmlab/mmpose/blob/main/demo/topdown_demo_with_mmdet.py#L29-L44 to use annotated box.