Binary classification image data set

Can any one please suggest image data set for binary classification?

If you are just getting going then itā€™s easy to create your own starter project using this utility package (which was created by a friend of mine @svenski):

Just change the ā€œducksā€ and ā€œgeeseā€ in this line

image_classes = { ā€˜ducksā€™ : ā€˜ducks -rubberā€™ , ā€˜geeseā€™ : ā€˜geeseā€™ }

to whatever you want to classify and the utilities will automatically take care of most of the grunt work for you, downloading the images from Google images, providing sanity checking and then placing them into train/validation/test folders etc. Then you can simply follow the standard process that was described in the first fast.ai lecture.

2 Likes

Very useful! Thanks :slight_smile:

Thanks a lot for sharing this. Its a great help!!

1 Like