mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-03 19:44:58 +01:00
add deface
This commit is contained in:
21
deface/README.md
Normal file
21
deface/README.md
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user