Skip to content
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

Update pose detection to yolo v11 #1496

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ThagonDuarte
Copy link
Contributor

Why? What?

We experienced multiple issues with the old yolo pose detection results during RoboCup 2024. Some poses were not detected at all - arms straight up and either completely parallel or even pointing towards each other - or low background contrast to the person of interest resulted in bad confidence values and poses thus being rejected.
This is an update from yolo v8 n pose to yolo v11 n pose. Initial tests resulted in substantially better detection of the challenging arms straight up pose as compared to the v8 version.

Fixes #

ToDo / Known Issues

If this is a WIP describe which problems are to be fixed.

Ideas for Next Iterations (Not This PR)

If there are some improvements that could be done in a next iteration, describe them here.

How to Test

  • Setup a visual referee scenario
  • Check all necessary poses for visual referee are detected and correctly filtered

Comment on lines +32 to +33
const EXPECTED_OUTPUT_NAME: &str = "1525";

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a thought, maybe you can edit the xml by hand (technical term: model surgery 😉) to remove the other outputs and also name this one properly

@oleflb oleflb self-assigned this Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Request for Review
Development

Successfully merging this pull request may close these issues.

2 participants