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

Size of the image #20

Open sanjabh11 opened 5 years ago

sanjabh11 commented 5 years ago

Hi...Is there any way to specify the size of the images to be download for each class, (like 400*400)? This will be super helpful to avoid junk images...

cwerner commented 4 years ago

Hi there.

Sorry for my long response time... Been blocked with real live stuff.

Currently you can only set a global scale size (i.e. using the This is currently a global setting (use the -s flag). Images are the up- / or down-scaled to this resolution. Are you asking specifically for a scale value for each class? Why would that be useful if you don't mind me asking? Or are you after a minimum size to consider? This is currently not exposed and hard-coded to a min of 200px...