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
bc0da3ed
"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "fa35750d3ba8c2aadac4ce33515be302e12d00fc"
Unverified
Commit
bc0da3ed
authored
Feb 15, 2022
by
Philip Meier
Committed by
GitHub
Feb 15, 2022
Browse files
fix archive checksum for VOC 2009 (#5425)
parent
6fcf0a27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/datasets/voc.py
torchvision/datasets/voc.py
+1
-1
No files found.
torchvision/datasets/voc.py
View file @
bc0da3ed
...
@@ -37,7 +37,7 @@ DATASET_YEAR_DICT = {
...
@@ -37,7 +37,7 @@ DATASET_YEAR_DICT = {
"2009"
:
{
"2009"
:
{
"url"
:
"http://host.robots.ox.ac.uk/pascal/VOC/voc2009/VOCtrainval_11-May-2009.tar"
,
"url"
:
"http://host.robots.ox.ac.uk/pascal/VOC/voc2009/VOCtrainval_11-May-2009.tar"
,
"filename"
:
"VOCtrainval_11-May-2009.tar"
,
"filename"
:
"VOCtrainval_11-May-2009.tar"
,
"md5"
:
"
59065e4b188729180974ef6572f6a212
"
,
"md5"
:
"
a3e00b113cfcfebf17e343f59da3caa1
"
,
"base_dir"
:
os
.
path
.
join
(
"VOCdevkit"
,
"VOC2009"
),
"base_dir"
:
os
.
path
.
join
(
"VOCdevkit"
,
"VOC2009"
),
},
},
"2008"
:
{
"2008"
:
{
...
...
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