-
Notifications
You must be signed in to change notification settings - Fork 469
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
[models] Complete the list of pretrained available models in TensorFlow and PyTorch #969
Comments
@charlesmindee i think you are the only one who can do it (data) 😃 |
@charlesmindee, what kind of data do you use to train your text recogntions models ? |
@nikokks for text recognition, we use cropped words from various types of documents, which sum up to about 11M images. However, a while back, we started a fully synthetic approach (cf. |
Training started on |
Detection models in Tensorflow are done! Now, we start recognition models in Tensorflow. First one is |
Closing because we track it in #1364 |
🚀 The feature
Ensure that each model has a pretrained available checkpoint
TensorFlow:
classification:
detection:
recognition:
PyTorch:
classification:
detection:
recognition:
Motivation, pitch
The text was updated successfully, but these errors were encountered: