-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Can I use human body key points detection pre-trained for another task? #9343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, of course you can. |
Yeh, I tried, but I got bad performance on that. What do you think the problem is? The loss went down so quickly, but when I tried inference on the train, the test datasets failed. My training config for hrnet:
|
It seems that your train dataset is very limited...only 11 iterations for each epoch? |
Thank you. I was doing some research and thought that because HRNet is a top-down model, when inferring, I need a model to detect boxes of a pen before detecting a keypoint of 2 points on a pen image, right? Can't I infer the keypoint on a raw image with a background? |
Off course you can, there are many multi-task models that can output bounding boxs and key points at the same time. You understand what I am saying? |
Yeh, i understand it. Like yolov8-pose, right? I see its support detects bbox first then keypoints, does paddle have any pipeline like that? If not, i think i will try bottom-up models method, hope that's fine 🤔 Edit: I saw this model (petr_resnet50), it includes detecting bounding boxes inside, right? |
Yes, it includes detecting bounding boxes |
问题确认 Search before asking
请提出你的问题 Please ask your question
I have a dataset for detecting key points. E.g., Detect 2 points of a pen. Can I use Hrnet with the pre-trained human body you guys provide?
I tried with around ~1k data and got bad performance. What should I do? Thank you
The text was updated successfully, but these errors were encountered: