• Philip Meier's avatar
    ImageNet dataset (#764) · 69382912
    Philip Meier authored
    * initial commit
    
    * fixed Python2 issue
    
    * fixed naming incorrectness and Python2 compability
    
    * fixed preparation of train folder
    
    * removed detection dataset
    
    * added docstring and repr
    
    * moved import of scipy to make the import of torchvision independent of it
    
    * improved conversion from class string to index
    
    * removed support for other years than 2012
    
    * removed accidentally added file
    
    * moved emptying of split folder to avoid accidental deletion
    
    * removed deletion of the images
    
    * removed error conversion for Python2
    
    * Aligned class indices with the indices identified by ImageFolder class
    69382912
__init__.py 1.05 KB