-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[GSoC] test data for scene text detection and recognition (High Level API) #773
Conversation
Not allowed. Large files (models, >1Mb) for DNN should be stored on external resources (Google Drive, DropBox, OneDrive, etc). Test images should be kept small (no need to store FullHD images in PNG format - 320x240 may be enough for regression test) |
@alalek I have already uploaded the model weights to Google Drive:
Then, I should resize the test images, and only put the images to the new branch? How about the model weights? |
Put links on models weights into sample/documentation. So Users can download these files by using provided links. For tests, see https://github.com/opencv/opencv_extra/blob/master/testdata/dnn/download_models.py (including this file history and related PRs). Use |
Please squash commits to remove huge remove files from Git history. |
@alalek |
Do NOT do that. Just push your changes with "--force" option.
|
@alalek Thank you for your help. |
6ae21b3
to
8a98e11
Compare
f9a4712
to
fa07652
Compare
4ee3087
to
54b78fa
Compare
ede2621
to
0146148
Compare
test data for opencv/opencv#17570