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
7bc5bd85
Unverified
Commit
7bc5bd85
authored
Apr 26, 2021
by
Prabhat Roy
Committed by
GitHub
Apr 26, 2021
Browse files
Added download test for KITTI dataset (#3736)
parent
5bc68cc9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
test/test_datasets_download.py
test/test_datasets_download.py
+14
-0
No files found.
test/test_datasets_download.py
View file @
7bc5bd85
...
...
@@ -392,6 +392,19 @@ def widerface():
)
def
kitti
():
return
itertools
.
chain
(
*
[
collect_download_configs
(
lambda
train
=
train
:
datasets
.
Kitti
(
ROOT
,
train
=
train
,
download
=
True
),
name
=
f
"Kitti,
{
'train'
if
train
else
'test'
}
"
,
file
=
"kitti"
,
)
for
train
in
(
True
,
False
)
]
)
def
make_parametrize_kwargs
(
download_configs
):
argvalues
=
[]
ids
=
[]
...
...
@@ -427,6 +440,7 @@ def make_parametrize_kwargs(download_configs):
usps
(),
celeba
(),
widerface
(),
kitti
(),
)
)
)
...
...
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