alex000kim / nsfw_data_scraper

Collection of scripts to aggregate image data for the purposes of training an NSFW Image Classifier
MIT License
12.24k stars 2.87k forks source link

Animated Gif images not supported #34

Closed jiangyurong609 closed 4 years ago

jiangyurong609 commented 5 years ago

I found script 5 only checks corrupted jpeg, and did not differentiate the actual image types. Moreover, some animated gifs also get added with jpeg extension blindly. Tensorflow image reader doesn't support animated gif, so I'm wondering if checking and removing animated gif is necessary for script 5? If needed, I can open a PR. Thanks

alex000kim commented 5 years ago

Hi, please go ahead and submit a PR. Thanks.