deface
deface copied to clipboard
Video anonymization by face detection
I have an error using deface on Windows 10, caused by onnx, saying that providers are explicitly required since ORT 1.9. ``` ValueError: This ORT build has ['TensorrtExecutionProvider', 'CUDAExecutionProvider', 'CPUExecutionProvider']...
When using **deface cam** or **deface ''** the frames per second are inconsistent. On slower hardware, it might only blur faces at say 11 frames per second, but it will...
Hi, I understand the project is obviously targeted at blurring/removing face from images/videos. I was wondering if doing the same to license plates could be included in this project? Pictures...
Hello I have run one of my videos through the program over several days to make faces unrecognizable. I have already expected that there will also be false detections. These...
Hi, tried improving detection consistency across frames using BBox tracking with the SORT algorithm (https://arxiv.org/pdf/1602.00763.pdf). The implementation was completely ported from the original author (https://github.com/abewley/sort)
On Mac with 1920x1080 webcam, "deface cam" will freeze on first frame. When using an older Mac with 1280x720 webcam no issue there. There is a fix for frame grabbing...
I was looking into this project and was wondering if it would be possible to select specific faces out of the file to leave unblurred.
Deface is quite handy for processing individual images, but it consistently encounters errors when I attempt to process MP4 files, and I'm uncertain of the underlying cause. OS: macOS sonoma...
resolves #43
Hi, I'm trying to find a way to do face bluring on live streams. I tried to use deface with live streamings (through rtsp protocol by example), but it seems...