Skip to content

Commit 2b3e0a7

Browse files
datumboxpmeier
andauthored
fix WIDERFace download links (#4649) (#5068)
Co-authored-by: Philip Meier <[email protected]>
1 parent 12f664b commit 2b3e0a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

torchvision/datasets/widerface.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ class WIDERFace(VisionDataset):
3737

3838
BASE_FOLDER = "widerface"
3939
FILE_LIST = [
40-
# File ID MD5 Hash Filename
41-
("0B6eKvaijfFUDQUUwd21EckhUbWs", "3fedf70df600953d25982bcd13d91ba2", "WIDER_train.zip"),
42-
("0B6eKvaijfFUDd3dIRmpvSk8tLUk", "dfa7d7e790efa35df3788964cf0bbaea", "WIDER_val.zip"),
43-
("0B6eKvaijfFUDbW4tdGpaYjgzZkU", "e5d8f4248ed24c334bbd12f49c29dd40", "WIDER_test.zip")
40+
# File ID MD5 Hash Filename
41+
("15hGDLhsx8bLgLcIRD5DhYt5iBxnjNF1M", "3fedf70df600953d25982bcd13d91ba2", "WIDER_train.zip"),
42+
("1GUCogbp16PMGa39thoMMeWxp7Rp5oM8Q", "dfa7d7e790efa35df3788964cf0bbaea", "WIDER_val.zip"),
43+
("1HIfDbVEWKmsYKJZm4lchTBDLW5N7dY5T", "e5d8f4248ed24c334bbd12f49c29dd40", "WIDER_test.zip"),
4444
]
4545
ANNOTATIONS_FILE = (
46-
"http://mmlab.ie.cuhk.edu.hk/projects/WIDERFace/support/bbx_annotation/wider_face_split.zip",
46+
"http://shuoyang1213.me/WIDERFACE/support/bbx_annotation/wider_face_split.zip",
4747
"0e3767bcf0e326556d407bf5bff5d27c",
4848
"wider_face_split.zip"
4949
)

0 commit comments

Comments
 (0)