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

Variants for EfficientRep and RepPANNeck #80

Merged
merged 7 commits into from
Sep 30, 2024
Merged

Conversation

klemen1999
Copy link
Contributor

Added options to use CSPStackRepBlock in EfficientRep and RepPANNeck which whould be used when creating medium or larger architectures.

@klemen1999 klemen1999 requested a review from a team as a code owner September 22, 2024 17:53
@klemen1999 klemen1999 requested review from kozlov721, tersekmatija and conorsim and removed request for a team September 22, 2024 17:53
@github-actions github-actions bot added the enhancement New feature or request label Sep 22, 2024
Copy link

Test Results

  1 files    1 suites   21m 51s ⏱️
129 tests 129 ✅ 0 💤 0 ❌
180 runs  180 ✅ 0 💤 0 ❌

Results for commit 3b7cccb.

Copy link

☂️ Python Coverage

current status: ❌

Overall Coverage

Lines Covered Coverage Threshold Status
5386 5168 96% 90% 🟢

New Files

File Coverage Status
luxonis_train/nodes/necks/reppan_neck/init.py 100% 🟢
luxonis_train/nodes/necks/reppan_neck/blocks.py 78% 🔴
luxonis_train/nodes/necks/reppan_neck/variants.py 100% 🟢
TOTAL 93% 🔴

Modified Files

File Coverage Status
luxonis_train/nodes/backbones/efficientrep/efficientrep.py 100% 🟢
luxonis_train/nodes/backbones/efficientrep/variants.py 100% 🟢
luxonis_train/nodes/blocks/init.py 100% 🟢
luxonis_train/nodes/blocks/blocks.py 90% 🟢
TOTAL 97% 🟢

updated for commit: 3b7cccb by action🐍

Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (dev@2449850). Learn more about missing BASE report.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff           @@
##             dev      #80   +/-   ##
======================================
  Coverage       ?   96.70%           
======================================
  Files          ?      139           
  Lines          ?     6194           
  Branches       ?        0           
======================================
  Hits           ?     5990           
  Misses         ?      204           
  Partials       ?        0           

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

@kozlov721 kozlov721 changed the title Added medium and large options for EfficientRep and RepPANNeck with C… Variants for EfficientRep and RepPANNeck Sep 27, 2024
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.

Left some comments, otherwise LGTM!

luxonis_train/nodes/necks/reppan_neck/blocks.py Outdated Show resolved Hide resolved
luxonis_train/nodes/necks/reppan_neck/blocks.py Outdated Show resolved Hide resolved
@klemen1999 klemen1999 merged commit c97f921 into dev Sep 30, 2024
9 checks passed
@klemen1999 klemen1999 deleted the feat/det_model_variants branch September 30, 2024 07:52
kozlov721 added a commit that referenced this pull request Oct 9, 2024
Co-authored-by: Martin Kozlovsky <martin.kozlovsky@luxonis.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants