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

Fixed RTMO NMS + More general "Custom" solution + PoseTracker to also work without detection model #45

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

davidpagnon
Copy link
Contributor

@davidpagnon davidpagnon commented Jan 8, 2025

  • Added the "Custom" class, a more general solution which works with any detection and/or pose estimation class
  • Made PoseTracker work when no detection model is used

@davidpagnon
Copy link
Contributor Author

Unless I am mistaken, non maximum suppression did not work with RTMO. I edited postprocess in rtmo.py to make it work. I also had to slightly edit multiclass_nms in post_processing.py to output the indices of the bboxes to keep.

@davidpagnon davidpagnon changed the title More general "Custom" solution + PoseTracker to also work without detection model Fixed RTMO NMS + More general "Custom" solution + PoseTracker to also work without detection model Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants