Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 682 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 682 Bytes

Privatsiya, blur faces with Python basicly

This program blurs faces with Ultralytics and OpenCV2 library.

Installation of Libraries

pip install opencv-python
pip install opencv-contrib-python
pip install ultralytics

pip install argparse
pip install filetype

Usage Example

python main.py -i test.img -s 1 -n blurredtest.png

Known Issues

Faces are sometimes not detected for short periods of time (which can be fixed with a better trained AI model.)

Video processing is slow (which can be fixed with multiprocessing.)

Results

test