-
Notifications
You must be signed in to change notification settings - Fork 0
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
loading with empty annotations #210
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #210 +/- ##
==========================================
+ Coverage 92.33% 92.40% +0.07%
==========================================
Files 79 79
Lines 4161 4307 +146
==========================================
+ Hits 3842 3980 +138
- Misses 319 327 +8 ☔ View full report in Codecov by Sentry. |
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, but please add tests for a dataset without labels.
@klemen1999 @kozlov721 Please note that loading non-annotated images is only supported for basic tasks such as |
Feature: Support for Images Without Annotations
This update adds support for loading images without annotations. When no annotations are present, empty arrays are initialized for each task (e.g., segmentation, bounding boxes, keypoints, and classification).