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

Bug: Autogenerate kpt_shape when exporting pose annotations to YOLO, even if the shape wasn't specified #11

Merged
merged 5 commits into from
Feb 26, 2025

Conversation

kbolashev
Copy link
Member

When exporting pose annotations to YOLO, the context might not have the keypoints_in_annotations value set, which will make the YAML generation fail.
The number of keypoints can actually be inferred from the annotations passed to export_to_fs, so we're going to be doing that now

@kbolashev kbolashev added the bug Something isn't working label Feb 26, 2025
@kbolashev kbolashev self-assigned this Feb 26, 2025
@kbolashev kbolashev merged commit 1349a55 into main Feb 26, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant