-
Notifications
You must be signed in to change notification settings - Fork 50
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
Better pose filtering by confidences #1094
Merged
ThagonDuarte
merged 21 commits into
HULKs:main
from
ThagonDuarte:filter_poses_more_strictly
Jul 10, 2024
Merged
Better pose filtering by confidences #1094
ThagonDuarte
merged 21 commits into
HULKs:main
from
ThagonDuarte:filter_poses_more_strictly
Jul 10, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ThagonDuarte
force-pushed
the
filter_poses_more_strictly
branch
2 times, most recently
from
July 4, 2024 15:51
a526fd5
to
9c3f3d0
Compare
knoellle
requested changes
Jul 5, 2024
ThagonDuarte
force-pushed
the
filter_poses_more_strictly
branch
3 times, most recently
from
July 7, 2024 18:06
71b62dc
to
8fc671f
Compare
knoellle
requested changes
Jul 7, 2024
ThagonDuarte
force-pushed
the
filter_poses_more_strictly
branch
2 times, most recently
from
July 10, 2024 13:05
d1c5bb0
to
6857f1d
Compare
Co-authored-by: ole.flb <45100017+oleflb@users.noreply.github.com> Co-authored-by: knoellle <33729490+knoellle@users.noreply.github.com>
…anel Co-authored-by: ole.flb <45100017+oleflb@users.noreply.github.com>
ThagonDuarte
force-pushed
the
filter_poses_more_strictly
branch
from
July 10, 2024 13:05
6857f1d
to
13ac73d
Compare
knoellle
approved these changes
Jul 10, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to referee
3 tasks
oleflb
added a commit
to oleflb/hulk
that referenced
this pull request
Jul 15, 2024
* Renaming thresholds * Filter poses by keypoint confidences * Renaming * Draw bounding box of pose * Seperate confidence filters for important and other keypoints * Add pose filter, seperate filtered and unfiltered poses * Rename object_detection parameters object to pose_detection * Fix pose subscription path * Add switch between unfiltered and filtered pose painting Format * Add pose detection dead zone indicator * Increase `pose_detection.bounding_box_confidence_threshold` * Bump twix * Split uses correctly * Split uses here correctly as well * Fix rebase error * Address review comments die Erste * Address review comments die Zweite Co-authored-by: ole.flb <45100017+oleflb@users.noreply.github.com> Co-authored-by: knoellle <33729490+knoellle@users.noreply.github.com> * Draw accepted, rejected and referee pose kind positions in twix map panel Co-authored-by: ole.flb <45100017+oleflb@users.noreply.github.com> * Revert visual referee recording * Fix rebase error * Fix shoulder angle calculation --------- Co-authored-by: ole.flb <45100017+oleflb@users.noreply.github.com> Co-authored-by: knoellle <33729490+knoellle@users.noreply.github.com>
oleflb
added a commit
that referenced
this pull request
Sep 30, 2024
* Renaming thresholds * Filter poses by keypoint confidences * Renaming * Draw bounding box of pose * Seperate confidence filters for important and other keypoints * Add pose filter, seperate filtered and unfiltered poses * Rename object_detection parameters object to pose_detection * Fix pose subscription path * Add switch between unfiltered and filtered pose painting Format * Add pose detection dead zone indicator * Increase `pose_detection.bounding_box_confidence_threshold` * Bump twix * Split uses correctly * Split uses here correctly as well * Fix rebase error * Address review comments die Erste * Address review comments die Zweite Co-authored-by: ole.flb <45100017+oleflb@users.noreply.github.com> Co-authored-by: knoellle <33729490+knoellle@users.noreply.github.com> * Draw accepted, rejected and referee pose kind positions in twix map panel Co-authored-by: ole.flb <45100017+oleflb@users.noreply.github.com> * Revert visual referee recording * Fix rebase error * Fix shoulder angle calculation --------- Co-authored-by: ole.flb <45100017+oleflb@users.noreply.github.com> Co-authored-by: knoellle <33729490+knoellle@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why? What?
A lot of the false positives that cause Motion in Standby, happen when people (or naos) are only partially present in the image. This PR uses the confidence values the yolo network provides for every keypoint, in addition to the bounding box confidences, to filter out those poses. Three confidence thresholds now provide granular control over the filtering.
Implements #985
ToDo / Known Issues
Ideas for Next Iterations (Not This PR)
How to Test
pose_detection