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

OCR recognition model #158

Merged
merged 34 commits into from
Jan 29, 2025

fix: smooth bce loss generics

32f4bfc
Select commit
Loading
Failed to load commit list.
Merged

OCR recognition model #158

fix: smooth bce loss generics
32f4bfc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 29, 2025 in 1s

94.23% (-2.09%) compared to 631b905

View this Pull Request on Codecov

94.23% (-2.09%) compared to 631b905

Details

Codecov Report

Attention: Patch coverage is 88.88889% with 78 lines in your changes missing coverage. Please review.

Project coverage is 94.23%. Comparing base (631b905) to head (32f4bfc).
Report is 39 commits behind head on main.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
luxonis_train/nodes/necks/svtr_neck/blocks.py 75.00% 37 Missing ⚠️
luxonis_train/nodes/heads/ocr_ctc_head.py 79.03% 13 Missing ⚠️
...nis_train/nodes/backbones/pplcnet_v3/pplcnet_v3.py 84.48% 9 Missing ⚠️
luxonis_train/utils/ocr.py 89.33% 8 Missing ⚠️
luxonis_train/loaders/utils.py 22.22% 7 Missing ⚠️
luxonis_train/nodes/backbones/pplcnet_v3/blocks.py 97.69% 3 Missing ⚠️
.../config/predefined_models/ocr_recognition_model.py 97.61% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
- Coverage   96.31%   94.23%   -2.09%     
==========================================
  Files         147      202      +55     
  Lines        6304     9349    +3045     
==========================================
+ Hits         6072     8810    +2738     
- Misses        232      539     +307     

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