/filter-images

Filters images based on whether a color/s is present in it or not

Primary LanguagePython

Filter images

Filters images based on whether a color/s is present in it or not. Mainly used for cleaning ML image datasets.

Dependency

Pillow lib of Python

pip install Pillow

Run script

python filter.py

And check the filtered-images dir for filtered images.