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

Feature Request: gifs #23

Closed hollowgalaxy closed 4 years ago

hollowgalaxy commented 4 years ago

Looking for a way to classify from gifs...

cwerner commented 4 years ago

Hm, have not tried it but gifs should be valid... Do you mean that you want to specify that you only want to download gifs?

hollowgalaxy commented 4 years ago

Yes

cwerner commented 4 years ago

Ok,

if you use the google crawler (-c GOOGLE) and add: filetype:gif to your search string in the search definition file it only looks for gif files. The scaled images are currently converted to jpg format. If you want to retain the originals you can add the -k/ --keep flag. Only drawback is that your result folders will have "filetypegif" in their name...

Let me know if this works for you.

Cheers, C

hollowgalaxy commented 4 years ago

Appreciate it. I'll try that out