1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/facedetect
2016-05-27 09:42:43 +08:00
..
Dockerfile add facedetect 2016-05-27 09:42:43 +08:00
README.md add facedetect 2016-05-27 09:42:43 +08:00

facedetect

facedetect is a simple face detector for batch processing. It answers the basic question: “Is there a face in this image?” and gives back either an exit code or the coordinates of each detected face in the standard output.

Quick Start

$ alias facedetect='docker run --rm -v `pwd`:/work -w /work vimagick/facedetect'
$ facedetect image.png