deface
deface copied to clipboard
Video anonymization by face detection
- In typical face anonymization use cases, the camera typically is stably mounted to view a scene. - Minimizing false negatives is more important than false positives since anonymization takes...
After doing the install on windows (CUDA, cudnn, onnxruntime-gpu), I get the following error when running deface... CUDA_PATH is set but CUDA wasn't able to be loaded. I've watched countless...
This is an issue I faced but was able to resolve by following a few steps documented below. Creating an issue here so that it can be documented by the...
Hi! I'm trying to execute this command: ``` deface --thresh 0.5 --ffmpeg-config '{"codec": "libx264", "macro_block_size": 1, "ffmpeg_params": ["-crf","18", "-vf", "vidstabtransform=input=RPRq.trf:smoothing=10,smartblur=lr=1.5:ls=-0.25:lt=-3.5:cr=0.75:cs=0.250:ct=0.5"]}' RPRq-2.mp4 ``` to execute all those three commands at once...
This is a great tool, but unfortunately we cannot incorporate it in our project. The video process duration is prohibitive ( FHD video, typically 1 hour long). Suggestion: since in...
An implementation of skipping frames in which the expensive computing of centerface gets calculated would be interesting. Especially interesting for Slomo footage cheers
I'm anonymising long interview videos and so the time is limiting. To improve this could you just use tracking, like is used in other object detection situations where you perform...
I don't know if this is the right place to ask. I think deface works very well. It would be great if a GUI and/or mobile apps (for example an...
My preferred way is the "mosaic" option, much more natural than the other ones. However, it would make a lot of sense to enable the squares to be a percentage...
First, thank you for an amazing package! I'm trying to process an entire directory like this: deface "pics/" --replacewith mosaic --mosaicsize 20 --thres 0.4 --output "_mosaic20.jpg" I tried different parameters...