cwerner / fastclass

Little tools to download and then weed through images, delete and classify them into groups for building deep learning image datasets (based on crawler and tkinter)
Apache License 2.0
133 stars 25 forks source link

Package downloading too few images #32

Closed aditya3vedi closed 4 years ago

aditya3vedi commented 4 years ago

Thanks for this helpful tool. I am using this and it works wonderful, the only problem I have is its just downloading 20-40 images for each class. Am I doing something wrong or is there anyway I could make this download more images..?

I used the below command-- fcd -c GOOGLE -s 224 C:/Users/admin/Downloads/cartypes.csv

cwerner commented 4 years ago

Hi.

I haven't checked recently but some user mentioned that Google has changed it's API response to limit the number of returned images. Have you tried your query with one of the other image sources?

aditya3vedi commented 4 years ago

I tried with BING it still returned 100 so images for each class but that would be sufficient for my needs, thanks a lot for helping me out.

cwerner commented 4 years ago

Great. I’ll have to think about how to get around this google issue in the future.