Replies: 3 comments 1 reply
|
Yes, a top-down pose model like the one you used would need object bounding boxes during inference. If a detection model is undesired in your case, you could try the bottom-up method, like associative embedding. |
1 reply
|
If the object is roughly at the center of your image, you may choose to train a model that directly takes the whole image as the input. |
0 replies
|
Hi @ly015 Hi @jin-s13 |
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!
Thanks for the great tools for keypoint detection. I have a custom dataset, and each image contains only a single object with 19 key points. I have successfully trained the top-down model using this config.
However, in my case, I don't have the ground truth boxes for inference on the new image. For training, I just used the enclosed box that covers all points.
Since I don't want to train another object detection model, should I use the Bottom-up method instead? Any suggestions for this kind of dataset are very welcome. Thanks
All reactions