dockerfiles/deface
kev 98e01f4672 update deface 2022-02-14 17:57:49 +08:00
..
Dockerfile update deface 2022-02-14 17:57:49 +08:00
README.md add deface 2021-12-13 14:51:17 +08:00

deface

deface is a simple command-line tool for automatic anonymization of faces in videos or photos.

Tutorial

# create an alias
$ alias deface='docker run --rm -u $(id -u):$(id -g) -v $PWD:/data -w /data vimagick/deface'

# download a image
$ wget https://github.com/ORB-HD/deface/raw/master/examples/city.jpg

# process the image
$ deface city.jpg
Input:  city.jpg
Output: city_anonymized.jpg