-
Notifications
You must be signed in to change notification settings - Fork 230
crnnFP16 #79
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
crnnFP16 #79
Conversation
| Models | Accuracy(%) | | ||
| ------ | -------------- | | ||
| CRNN_EN | 81.66 | | ||
| CRNN_EN_FP16 | 82.01 | | ||
| CRNN_CH | 71.28 | | ||
| CRNN_CH_FP16 | 78.63 | | ||
\*: 'FP16' stands for 'model quantized into FP16'. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should carry experiment on more OCR datasets. Then, I think we can merge it. Please add info about the test dataset.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Charles-258, friendly reminder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
We need to add notes in the readme telling users how to use these fp16 models and compare the accuracy with fp32 models' as well. |
@fengyuentau This info can be found in the merged PR #71. |
Thank you but we still need notes in the readme about how to use these fp16 models with opencv. |
In my opinion, we will have more fp16 models in the future, we need to add a unified note about how to load float16 in OpenCV. How about adding this info in https://github.com/opencv/opencv_zoo/tree/master/benchmark/README.md? |
* add crnn CH FP16 model * add crnn EN FP16 model
add two crnn quantized models