-
Notifications
You must be signed in to change notification settings - Fork 755
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
Add synthtext converter and update docs #351
Conversation
unzip SynthText.zip | ||
|
||
cd SynthText | ||
mv SynthText synthtext |
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.
why not mkdir synthtext directly?
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.
to be compatible with the dataset structure presented above
Codecov Report
@@ Coverage Diff @@
## main #351 +/- ##
==========================================
+ Coverage 84.71% 84.80% +0.08%
==========================================
Files 135 135
Lines 9079 9080 +1
Branches 1277 1278 +1
==========================================
+ Hits 7691 7700 +9
+ Misses 1084 1077 -7
+ Partials 304 303 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* Add synthtext converter and update docs * minor docs fix
* Add synthtext converter and update docs * minor docs fix
The script is bulit based on the work of @yuexy