-
Notifications
You must be signed in to change notification settings - Fork 453
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
Detection Model TextNet (TF+PT) #1292
Conversation
nikokks
commented
Aug 29, 2023
•
edited
Loading
edited
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.
Hi @nikokks 👋,
Thanks a lot for starting with this looks pretty good for a first draft 👍
I left some comments :)
BTW: To fix the style issues you can run mmake style
and to check the mypy issues make quality
to fix them afterwards manually
Documentation: you can add the models in:
https://github.com/mindee/doctr/blob/main/docs/source/modules/models.rst
|
…ng test method to deploy model
@nikokks Could you please remove all the TF parts and let the CI run onces ? :) There are some changes required we need to do. |
|
I still have a problem to switch textNetFast tensorflow model to eval, I think the problem is due to a problem of init weights. |
I think maybe there is a second problem initializing block of layers in TF. |
…fast model (not working for the moment)
…ot working (forward,compute_loss,postprocessor))
… implementation of fast torche model
As discussed closing this up to december :) |