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

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

test: add mnist dataset for ocr recognition testing

92502d8
Select commit
Loading
Failed to load commit list.
Open

OCR recognition model #158

test: add mnist dataset for ocr recognition testing
92502d8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 27, 2025 in 0s

94.43% (-1.89%) compared to 631b905

View this Pull Request on Codecov

94.43% (-1.89%) compared to 631b905

Details

Codecov Report

Attention: Patch coverage is 89.95696% with 70 lines in your changes missing coverage. Please review.

Project coverage is 94.43%. Comparing base (631b905) to head (92502d8).
Report is 37 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 78.68% 13 Missing ⚠️
...nis_train/nodes/backbones/pplcnet_v3/pplcnet_v3.py 84.48% 9 Missing ⚠️
luxonis_train/utils/ocr.py 90.90% 7 Missing ⚠️
luxonis_train/nodes/backbones/pplcnet_v3/blocks.py 97.69% 3 Missing ⚠️
.../config/predefined_models/ocr_recognition_model.py 97.56% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
- Coverage   96.31%   94.43%   -1.89%     
==========================================
  Files         147      193      +46     
  Lines        6304     8899    +2595     
==========================================
+ Hits         6072     8404    +2332     
- Misses        232      495     +263     

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