Skip to content

Commit 6ae21b3

Browse files
committed
update crnn models
1 parent bdde3c1 commit 6ae21b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testdata/dnn/download_models.py

+5
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,11 @@ def get_confirm_token(response): # in case of large files
858858
url='https://drive.google.com/uc?export=dowload&id=1ooaLR-rkTl8jdpGy1DoQs0-X0lQsB6Fj',
859859
sha='270d92c9ccb670ada2459a25977e8deeaf8380d3',
860860
filename='onnx/models/crnn.onnx'),
861+
Model(
862+
name='crnn_cs',
863+
url='https://drive.google.com/uc?export=dowload&id=12diBsVJrS9ZEl6BNUiRp9s0xPALBS7kt',
864+
sha='a641e9c57a5147546f7a2dbea4fd322b47197cd5',
865+
filename='onnx/models/crnn_cs.onnx'),
861866
Model(
862867
name='DB_IC15_resnet50',
863868
url='https://drive.google.com/uc?export=dowload&id=1cmAs91yFRyC2LC3nTTBNNYooyEmb0i5t',

0 commit comments

Comments
 (0)