-
Notifications
You must be signed in to change notification settings - Fork 1
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
New Keypoint Heads and Losses #40
Conversation
…k with visibility
…k with visibility
…ula and OKC computation.
… fix/kps-head-loss
…s-train into fix/kps-head-loss
luxonis_train/attached_modules/losses/efficient_keypoint_bbox_loss.py
Outdated
Show resolved
Hide resolved
luxonis_train/attached_modules/losses/efficient_keypoint_bbox_loss.py
Outdated
Show resolved
Hide resolved
luxonis_train/attached_modules/metrics/object_keypoint_similarity.py
Outdated
Show resolved
Hide resolved
luxonis_train/attached_modules/metrics/object_keypoint_similarity.py
Outdated
Show resolved
Hide resolved
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.
Left a few minor comments, mostly related to types. Otherwise LGTM!
I have fixed the type annotations and function renamings as @kozlov721 proposed. |
Thanks. Also please update the tests (assigner tests) so the checks pass. They should all pass now; I temporarily disabled the MacOS tests. |
☂️ Python Coverage
Overall Coverage
New Files
Modified Files
|
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.
LGTM
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.
I'm lacking domain knowledge but from a quick look it looks good
Co-authored-by: klemen1999 <[email protected]> Co-authored-by: Martin Kozlovsky <[email protected]> Co-authored-by: GitHub Actions <[email protected]>
Added sigma and area factor to the metrics.
The implicit keypoint bbox head now uses a new OKC loss instead of the detection loss.
Added a new Efficient keypoint bbox head and loss.
Updates to README:
luxonis-train inspect
andevaluate
commands.