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

Download images more than 1000? #21

Closed nitinnepalra closed 4 years ago

nitinnepalra commented 5 years ago

Hey, Thanks for the wonderful tool !! It's a great help. I wanted to ask how to change the limit of -m which is max. limit 1000 right now. If we want to download more than 1000 images, then what to do?

cwerner commented 4 years ago

Hi.

Sorry for my late response. I don't think there is a way at the moment since the 1000 images are a hard maximum from the underlying icrawler library that fastclass uses.