-
Notifications
You must be signed in to change notification settings - Fork 1
Add class reordering in dataset #351
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #351 +/- ##
==========================================
+ Coverage 95.29% 95.30% +0.01%
==========================================
Files 103 103
Lines 6328 6386 +58
==========================================
+ Hits 6030 6086 +56
- Misses 298 300 +2 ☔ View full report in Codecov by Sentry. |
klemen1999
left a comment
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 let's add some tests for it please
Purpose
Adds class reordering functionality to the LuxonisDataset to allow users to specify custom class ordering for tasks. This enables control over class-to-index mapping which is important for model consistency and deployment scenarios where specific class ordering is required.
Specification
set_class_order_per_task()method with validation:Dependencies & Potential Impact
None / not applicable
Deployment Plan
None / not applicable
Testing & Validation
None / not applicable