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
8aba1dc1
Unverified
Commit
8aba1dc1
authored
Mar 19, 2021
by
Philip Meier
Committed by
GitHub
Mar 19, 2021
Browse files
enable tests for WIDERFace on Windows (#3589)
parent
85fcea62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
test/test_datasets.py
test/test_datasets.py
+0
-1
No files found.
test/test_datasets.py
View file @
8aba1dc1
...
...
@@ -463,7 +463,6 @@ class Caltech256TestCase(datasets_utils.ImageDatasetTestCase):
return
num_images_per_category
*
len
(
categories
)
@
unittest
.
skipIf
(
sys
.
platform
in
(
'win32'
,
'cygwin'
),
'temporarily disabled on Windows'
)
class
WIDERFaceTestCase
(
datasets_utils
.
ImageDatasetTestCase
):
DATASET_CLASS
=
datasets
.
WIDERFace
FEATURE_TYPES
=
(
PIL
.
Image
.
Image
,
(
dict
,
type
(
None
)))
# test split returns None as target
...
...
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