Skip to content

Commit

Permalink
widerface
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Feb 2, 2021
1 parent 44997b0 commit c8f54c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/test_datasets_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,14 @@ def celeba():
)


def widerface():
return collect_download_configs(
lambda: datasets.WIDERFace(".", download=True),
name=f"WIDERFace",
file="widerface",
)


def make_parametrize_kwargs(download_configs):
argvalues = []
ids = []
Expand Down Expand Up @@ -357,6 +365,7 @@ def make_parametrize_kwargs(download_configs):
svhn(),
usps(),
celeba(),
widerface(),
)
)
)
Expand Down

0 comments on commit c8f54c4

Please sign in to comment.