/copy-and-blur

Copy images from one to another location and blur faces if any

Primary LanguagePythonMIT LicenseMIT

Copy & Blur

Python script for copying directory and all files and subdirectories while blurring faces in the found image files.

Using MiVOLO for face detection and age estimation.

pip install git+https://github.com/matejbasic/copy-and-blur

Usage

copy-and-blur ./input/ ./output/ --max-age=20 --verbose --device="cuda:0"