[Fix] Update iiit5k md5 (#1848)

pull/1784/head^2
Tong Gao 2023-04-10 15:38:09 +08:00 committed by GitHub
parent 8afc79f370
commit 231cff5da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ train_preparer = dict(
url='https://download.openmmlab.com/mmocr/data/mixture/IIIT5K/'
'train_label.txt',
save_name='iiit5k_train.txt',
md5='f4731ce1eadc259532c2834266e5126d',
md5='beee914aaf3ec5794622b843d743c5a6',
content=['annotation'],
mapping=[['iiit5k_train.txt', 'annotations/train.txt']])
]),
@ -47,7 +47,7 @@ test_preparer = dict(
url='https://download.openmmlab.com/mmocr/data/mixture/IIIT5K/'
'test_label.txt',
save_name='iiit5k_test.txt',
md5='82ecfa34a28d59284d1914dc906f5380',
md5='117bcd9b4245f61fa57bfb37361674b3',
content=['annotation'],
mapping=[['iiit5k_test.txt', 'annotations/test.txt']])
]),