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

feat: add mobilenet weights for character classification (TF) #421

Merged
merged 15 commits into from
Aug 23, 2021

Conversation

charlesmindee
Copy link
Collaborator

This PR adds weights for both small and large mobilenet v3 versions trained on 32 x 32 character classification on our french vocab.
Any feedback is welcome!

@charlesmindee charlesmindee added type: enhancement Improvement module: models Related to doctr.models framework: tensorflow Related to TensorFlow backend labels Aug 19, 2021
@charlesmindee charlesmindee added this to the 0.3.1 milestone Aug 19, 2021
@charlesmindee charlesmindee self-assigned this Aug 19, 2021
@codecov
Copy link

codecov bot commented Aug 19, 2021

Codecov Report

Merging #421 (557eba9) into main (94e984c) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #421      +/-   ##
==========================================
+ Coverage   95.80%   95.83%   +0.02%     
==========================================
  Files          96       96              
  Lines        3937     3939       +2     
==========================================
+ Hits         3772     3775       +3     
+ Misses        165      164       -1     
Flag Coverage Δ
unittests 95.83% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
doctr/models/backbones/mobilenet/tensorflow.py 97.50% <100.00%> (+0.06%) ⬆️
...dels/detection/differentiable_binarization/base.py 91.97% <0.00%> (+0.61%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 94e984c...557eba9. Read the comment docs.

Copy link
Contributor

@fg-mindee fg-mindee left a comment

Choose a reason for hiding this comment

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

Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework: tensorflow Related to TensorFlow backend module: models Related to doctr.models type: enhancement Improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants