Unverified Commit 8aba1dc1 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

enable tests for WIDERFace on Windows (#3589)

parent 85fcea62
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment