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

Add export output names specification for individual nodes #112

Merged
merged 11 commits into from
Oct 15, 2024

Conversation

sokovninn
Copy link
Member

This pull request includes changes to deprecate the output_names configuration in favor of export_output_names for more granular control. It updates the documentation, configuration files, and relevant code to reflect this change.

Deprecation of output_names:

Configuration updates:

Code changes:

@sokovninn sokovninn self-assigned this Oct 10, 2024
@sokovninn sokovninn requested a review from a team as a code owner October 10, 2024 17:44
@sokovninn sokovninn requested review from kozlov721, klemen1999, tersekmatija and conorsim and removed request for a team October 10, 2024 17:44
@github-actions github-actions bot added enhancement New feature or request release New version release labels Oct 10, 2024
@sokovninn sokovninn changed the base branch from main to dev October 10, 2024 17:46
@klemen1999 klemen1999 changed the base branch from dev to main October 11, 2024 08:38
Copy link
Contributor

@klemen1999 klemen1999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I guess the code will be much nicer after the old way will be deprecated.
Also let's make sure the tests pass merging

luxonis_train/models/luxonis_lightning.py Outdated Show resolved Hide resolved
Copy link

codecov bot commented Oct 11, 2024

Codecov Report

Attention: Patch coverage is 80.55556% with 7 lines in your changes missing coverage. Please review.

Please upload report for BASE (main@fb5f1aa). Learn more about missing BASE report.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
luxonis_train/models/luxonis_lightning.py 69.56% 7 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #112   +/-   ##
=======================================
  Coverage        ?   97.07%           
=======================================
  Files           ?      139           
  Lines           ?     6020           
  Branches        ?        0           
=======================================
  Hits            ?     5844           
  Misses          ?      176           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sokovninn
Copy link
Member Author

@klemen1999 @kozlov721 archive generation for models with multiple heads should work well now. Please take a look.

Copy link
Contributor

@klemen1999 klemen1999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@kozlov721 kozlov721 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sokovninn sokovninn merged commit 72217f1 into main Oct 15, 2024
9 checks passed
@sokovninn sokovninn deleted the feat/export-output-names branch October 15, 2024 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request release New version release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants