Add text recognition to examples_dnn_text_decoder#16941
Merged
alalek merged 1 commit intoopencv:3.4from May 6, 2020
Merged
Conversation
berak
reviewed
Apr 1, 2020
samples/dnn/text_detection.cpp
Outdated
| "{ help h | | Print help message. }" | ||
| "{ input i | | Path to input image or video file. Skip this argument to capture frames from a camera.}" | ||
| "{ model_decoder m | | Path to a binary .pb file contains trained detector network.}" | ||
| "{ model_recognition | | Path to a binary .pb file contains trained recognition network.}" |
Contributor
There was a problem hiding this comment.
helo, just curious, which model is used here ?
and if it is not (yet) in the model zoo, shouldn't there be a download link somewhere ?
This was
linked to
issues
Apr 1, 2020
dkurt
reviewed
Apr 1, 2020
Contributor
Author
|
Trained model taked from here: github.com/meijieru/crnn.pytorch How to convert from pth to onnx |
dkurt
reviewed
Apr 1, 2020
dkurt
reviewed
Apr 1, 2020
dkurt
reviewed
Apr 1, 2020
dkurt
reviewed
Apr 1, 2020
dkurt
reviewed
Apr 1, 2020
dkurt
reviewed
Apr 1, 2020
dkurt
reviewed
Apr 1, 2020
6 tasks
Contributor
|
@rngtna @dkurt What is the patch status? Could you review and list remaining items? |
dkurt
reviewed
Apr 10, 2020
dkurt
reviewed
Apr 10, 2020
dkurt
reviewed
Apr 10, 2020
dkurt
reviewed
Apr 18, 2020
alalek
reviewed
Apr 20, 2020
Member
alalek
left a comment
There was a problem hiding this comment.
Thank you for contribution!
Please take a look on comments below.
Contributor
|
@rngtna Friendly reminder. |
db23f51 to
5518973
Compare
dkurt
reviewed
May 5, 2020
dkurt
reviewed
May 5, 2020
dkurt
reviewed
May 5, 2020
dkurt
reviewed
May 5, 2020
dkurt
reviewed
May 5, 2020
dkurt
reviewed
May 5, 2020
Member
|
@rngtna, please resolve compilation warnings: https://pullrequest.opencv.org/buildbot/builders/precommit_windows64/builds/24606 |
663b547 to
00b19d6
Compare
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Trained model taked from here: https://github.com/meijieru/crnn.pytorch
How to convert from pb to onnx
Using classes from here: https://github.com/meijieru/crnn.pytorch/blob/master/models/crnn.py
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.