deface
deface copied to clipboard
Video anonymization by face detection
I think this good enough of a solution. It works for me.
I've installed the latest version from the github, so I could use the fps option. I did something simplistic like: deface plain01.2125294.20220419131915.avi --ffmpeg-config '{"codec": "libx264","fps": 100}' Which did produce a...
```bash PS Z:\> deface VID_20220608_185133.mp4 --thresh 0.02 2022-06-09 00:23:37.7344718 [E:onnxruntime:Default, provider_bridge_ort.cc:1022 onnxruntime::ProviderLibrary::Get] LoadLibrary failed with error 126 "" when trying to load "d:\program files\python\python39\lib\site-packages\onnxruntime\capi\onnxruntime_providers_cuda.dll" ```
Sometimes there's a scene with a fixed number of people. So there is an assumption they each have 1 face. deface --facesCount=3 This would reduce the blurred regions to just...
Sometimes, the video contains false positives popping in and out, in a scene which is otherwise not changing. Other part of the scene is changing, and contains false negatives. It...
Instead of crashing when processing a transparent PNG, I recommend automatically removing the alpha (opacity) channel from the image before processing it. ``` [ERROR:0] global /tmp/pip-req-build-afu9cjzs/opencv/modules/dnn/src/dnn.cpp (3509) getLayerShapesRecursively OPENCV/DNN: [Convolution]:(363):...
From the results it seems that Deface detects faces in each frame individually. This causes the blurred regions to jump wildly, sometimes a false positive just blinks in 1 frame,...
I've been experimenting with this tool, it works amazing. I'm testing deface to run on jpg images downloaded from a webcam. I noticed quite a file size increase on these...
Would you mind giving an example of the arguments for this option? even the default option doesn't seem to work.