Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 399 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 399 Bytes

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"