Mass License Plate & Head blurring / pixelation using Yolov5 | Simple face blurring using Mediapipe
python3 detect.py --weights crowdhuman_yolov5m.pt --source [your-video.mp4 / 0 for webcam / your-image.jpg] --heads
python3 detect.py --weights detection_best.pt --source [your-video.mp4 / 0 for webcam / your-image.jpg] --view-img
python3 faceBlur.py