Skip to content

Blur faces with Ultralytics and OpenCV2 libraries using Python

License

Notifications You must be signed in to change notification settings

maxwell400/Privatsiya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages