Skip to content

Commit

Permalink
Add link to blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
markusschmitz53 authored Sep 9, 2024
1 parent 49b3ee6 commit c818fd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# demo-face-blur
Video anonymization software in Python that blurs people's faces using OpenCV, YuNet.
[Check out my post on blurring faces @ medium.com](https://easyeasy.medium.com/protecting-privacy-a-comprehensive-guide-to-video-anonymization-for-ai-training-4b85fb23a61d)

## Requirements
- Python 3.9
Expand All @@ -18,4 +19,4 @@ You should be able to `pip install opencv-python==4.7.0`
## Credits
Multi-threading video display code Copyright (c) 2018 Najam Syed (MIT License)
https://nrsyed.com/2018/07/05/multithreading-with-opencv-python-to-improve-video-processing-performance/
https://github.com/nrsyed/computer-vision/tree/master/multithread
https://github.com/nrsyed/computer-vision/tree/master/multithread

0 comments on commit c818fd5

Please sign in to comment.