Skip to content

Commit ede2621

Browse files
committed
update test data for Text Detection API
1 parent 0146148 commit ede2621

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testdata/dnn/download_models.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,11 @@ def get_confirm_token(response): # in case of large files
874874
url='https://drive.google.com/uc?export=dowload&id=1_9KB6QkIghp2VNZti_dJ3Araz-nDZBsL',
875875
sha='6d3b7b84fc23906be7d583a8cedef727cc351fad',
876876
filename='onnx/models/DB_TD500_resnet50.onnx'),
877+
Model(
878+
name='EAST-pb',
879+
url='https://drive.google.com/uc?export=dowload&id=1CKRYaIsizt7V1pFmULdeKuKDMssC1XXt',
880+
sha='fffabf5ac36f37bddf68e34e84b45f5c4247ed06',
881+
filename='tensorflow/EAST.pb'),
877882
]
878883

879884
# Note: models will be downloaded to current working directory

0 commit comments

Comments
 (0)