We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0146148 commit ede2621Copy full SHA for ede2621
testdata/dnn/download_models.py
@@ -874,6 +874,11 @@ def get_confirm_token(response): # in case of large files
874
url='https://drive.google.com/uc?export=dowload&id=1_9KB6QkIghp2VNZti_dJ3Araz-nDZBsL',
875
sha='6d3b7b84fc23906be7d583a8cedef727cc351fad',
876
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'),
882
]
883
884
# Note: models will be downloaded to current working directory
0 commit comments