Skip to content

[GSoC] test data for scene text detection and recognition (High Level API) #773

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

Merged
merged 3 commits into from
Dec 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions testdata/dnn/download_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,16 @@ def get_confirm_token(response): # in case of large files
downloader=GDrive('1j4UTqVE4EGaUFiK7a5I_CYX7twO9c5br'),
sha='49776d262993c387542f84d9cd16566840404f26',
filename='gsoc2016-goturn/goturn.caffemodel'),
Model(
name='crnn',
url='https://drive.google.com/uc?export=dowload&id=1ooaLR-rkTl8jdpGy1DoQs0-X0lQsB6Fj',
sha='270d92c9ccb670ada2459a25977e8deeaf8380d3',
filename='onnx/models/crnn.onnx'),
Model(
name='DB_TD500_resnet50',
url='https://drive.google.com/uc?export=dowload&id=19YWhArrNccaoSza0CfkXlA8im4-lAGsR',
sha='1b4dd21a6baa5e3523156776970895bd3db6960a',
filename='onnx/models/DB_TD500_resnet50.onnx'),
]

# Note: models will be downloaded to current working directory
Expand Down
Binary file added testdata/dnn/text_det_test1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testdata/dnn/text_det_test2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added testdata/dnn/text_rec_test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.