Hi All,
I found this useful tool to download images from Google Images
I am doing simple human race image classifier, I have created a folder called ~/data/people_original
and have three folders in there called caucasian
, african
and asian
and populated each folder using the command
google-images-download download 'african man' 'african woman' --keywords '' --download-limit 100
from within each folder.
So now I have three folders of ~/data/people_original/asian
, ~/data/people_original/african
, ~/data/people_original/cucasian
, each with 200 images in them.
I was wondering if anyone has any munging code that could be repurposed for moving these splitting these images into the required folder structure that is present in the dogscats
folder i.e. models sample test1 train valid
.
I am guessing that this will be the way that most people will attempt to do the homework from lesson 1 and so figured this might be a useful snippet/recommended way of doing something that someone might have already done.
Or perhaps is in (or could be in) the FastAI library.
Kind regards,
Luke Byrne