This is a dockerized verision of the Faceboxes face detection algorithm
221
Original Paper Tensorflow Implementation Jupyter Notebook Example
To run on local image:
docker run -v {path to image}:/images arrahm/faceboxes
--image_path /images/{image.jpg} --threshold .8
Output:
{
"boxes": [
[119, 809, 171, 850],
[179, 164, 239, 206],
...
],
"scores": [.98, .75, ...]
}
Content type
Image
Digest
Size
419.1 MB
Last updated
almost 8 years ago
docker pull arrahm/faceboxes