-
Notifications
You must be signed in to change notification settings - Fork 85
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
Understanding the flow #3
Comments
If you are familliar with Jupyter Notebook, the SSD related notebooks |
Hi Mvoelk, Thank you. |
SSD is an generic object detector. For the text detection part, see |
Hi Mvoelk, I was able to understand the TextBox code but at the prediction time, it is giving the class label as "text". (Text and Background) is what we have set as class labels. I want to pass the output to CRNN function which in turn will check it's lexicon to give the exact word name back to the textbox code. is there a way to connect both of them. |
In |
Hi mvoelk,
I recently saw your code and unable to understand from where to start.
Unable to find main function.
Can you please help.
The text was updated successfully, but these errors were encountered: