1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/deface/README.md

22 lines
464 B
Markdown
Raw Normal View History

2021-12-13 06:51:17 +00:00
deface
======
[deface][1] is a simple command-line tool for automatic anonymization of faces in videos or photos.
## Tutorial
```bash
# 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
```
[1]: https://github.com/ORB-HD/deface