Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
3f6ff20b
"vscode:/vscode.git/clone" did not exist on "beb856685ddb2000680115544da1babfd41a9d22"
Unverified
Commit
3f6ff20b
authored
Oct 20, 2021
by
Philip Meier
Committed by
GitHub
Oct 20, 2021
Browse files
fix WIDERFace download links (#4649)
parent
80e6aff6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
torchvision/datasets/widerface.py
torchvision/datasets/widerface.py
+5
-5
No files found.
torchvision/datasets/widerface.py
View file @
3f6ff20b
...
@@ -44,12 +44,12 @@ class WIDERFace(VisionDataset):
...
@@ -44,12 +44,12 @@ class WIDERFace(VisionDataset):
BASE_FOLDER
=
"widerface"
BASE_FOLDER
=
"widerface"
FILE_LIST
=
[
FILE_LIST
=
[
# File ID MD5 Hash Filename
# File ID MD5 Hash Filename
(
"
0B6eKvaijfFUDQUUwd21EckhUbWs
"
,
"3fedf70df600953d25982bcd13d91ba2"
,
"WIDER_train.zip"
),
(
"
15hGDLhsx8bLgLcIRD5DhYt5iBxnjNF1M
"
,
"3fedf70df600953d25982bcd13d91ba2"
,
"WIDER_train.zip"
),
(
"
0B6eKvaijfFUDd3dIRmpvSk8tLUk
"
,
"dfa7d7e790efa35df3788964cf0bbaea"
,
"WIDER_val.zip"
),
(
"
1GUCogbp16PMGa39thoMMeWxp7Rp5oM8Q
"
,
"dfa7d7e790efa35df3788964cf0bbaea"
,
"WIDER_val.zip"
),
(
"
0B6eKvaijfFUDbW4tdGpaYjgzZkU
"
,
"e5d8f4248ed24c334bbd12f49c29dd40"
,
"WIDER_test.zip"
),
(
"
1HIfDbVEWKmsYKJZm4lchTBDLW5N7dY5T
"
,
"e5d8f4248ed24c334bbd12f49c29dd40"
,
"WIDER_test.zip"
),
]
]
ANNOTATIONS_FILE
=
(
ANNOTATIONS_FILE
=
(
"http://
mmlab.ie.cuhk.edu.hk/projects
/WIDERF
ace
/support/bbx_annotation/wider_face_split.zip"
,
"http://
shuoyang1213.me
/WIDERF
ACE
/support/bbx_annotation/wider_face_split.zip"
,
"0e3767bcf0e326556d407bf5bff5d27c"
,
"0e3767bcf0e326556d407bf5bff5d27c"
,
"wider_face_split.zip"
,
"wider_face_split.zip"
,
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment