Skip to content

Python scripts to download imagenet images and pre-proccess them

Notifications You must be signed in to change notification settings

eyebies/imagenet-download

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

imagenet-download

Python scripts to download imagenet images and pre-proccess them

example usage:

./imagenetDownloader.py n03489162 ../dataset --humanreadable -F --images=50 --minsize=7000 -j10

In order to download 50 images from any category under any subtree (-F) of the handtools (n03489162), running 10 threads in parallel, and only downloading images larger than 7kB.

About

Python scripts to download imagenet images and pre-proccess them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%