We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdde3c1 commit 6ae21b3Copy full SHA for 6ae21b3
testdata/dnn/download_models.py
@@ -858,6 +858,11 @@ def get_confirm_token(response): # in case of large files
858
url='https://drive.google.com/uc?export=dowload&id=1ooaLR-rkTl8jdpGy1DoQs0-X0lQsB6Fj',
859
sha='270d92c9ccb670ada2459a25977e8deeaf8380d3',
860
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'),
866
Model(
867
name='DB_IC15_resnet50',
868
url='https://drive.google.com/uc?export=dowload&id=1cmAs91yFRyC2LC3nTTBNNYooyEmb0i5t',
0 commit comments