• Josh Bradley's avatar
    Add widerface dataset (#2883) · d0063f3d
    Josh Bradley authored
    
    
    * initial commit of widerface dataset
    
    * comment out old code
    
    * improve parsing of annotation files
    
    * code cleanup and fix docstring comments
    
    * speed up check for quota exceeded
    
    * cleanup print statements
    
    * reformat code and remove print statements
    
    * minor code cleanup and reformatting
    
    * add more comments
    
    * reuse variable
    
    * reverse formatting changes
    
    * fix flake8 errors
    
    * add type annotations
    
    * fix mypy errors
    
    * add a base_folder to root directory
    
    * some formatting fixes
    
    * GDrive threshold does not throw 403 error
    
    * testing new download logic
    
    * cleanup logic for download and integrity check
    
    * use a better variable name
    
    * format fix
    
    * reorder list in docstring
    
    * initial widerface unit test - fails on MD5 check
    
    * use list of dictionaries to store dataset
    
    * fix docstring formatting
    
    * remove unnecessary error checking
    
    * fix type checker error
    
    * revert typo fix
    
    * rename var constants, use file context manager, verify str args
    
    * fix flake8 error
    
    * fix checking target_type argument values
    
    * create uncompressed dataset folders
    
    * cleanup unit tests for widerface
    
    * use correct os function
    
    * add more info to docstring
    
    * disable unittests for windows
    
    * fix _check_integrity logic
    
    * update docstring
    
    * remove citation
    
    * remove target_type option
    
    * fix formatting issue
    Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
    
    * remove comment and add more info to docstring
    
    * update type annotations
    
    * restart CI jobs
    Co-authored-by: default avatarJoshua Bradley <jgbrad3@evoforge.org>
    Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
    Co-authored-by: default avatarvfdev <vfdev.5@gmail.com>
    d0063f3d
test_datasets.py 17.5 KB