diff --git a/testdata/dnn/download_models.py b/testdata/dnn/download_models.py index 52954caef..2120dd10e 100755 --- a/testdata/dnn/download_models.py +++ b/testdata/dnn/download_models.py @@ -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 diff --git a/testdata/dnn/text_det_test1.png b/testdata/dnn/text_det_test1.png new file mode 100644 index 000000000..3bd4af54a Binary files /dev/null and b/testdata/dnn/text_det_test1.png differ diff --git a/testdata/dnn/text_det_test2.jpg b/testdata/dnn/text_det_test2.jpg new file mode 100644 index 000000000..3c7898178 Binary files /dev/null and b/testdata/dnn/text_det_test2.jpg differ diff --git a/testdata/dnn/text_rec_test.png b/testdata/dnn/text_rec_test.png new file mode 100644 index 000000000..c3226376e Binary files /dev/null and b/testdata/dnn/text_rec_test.png differ