Sign inSign up

arrahm/faceboxes

By arrahm

Updated almost 8 years ago

This is a dockerized verision of the Faceboxes face detection algorithm

Image
0

221

arrahm/faceboxes repository overview

Original Paper Tensorflow Implementation Jupyter Notebook Example

How to run:

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, ...]
}

Tag summary

Content type

Image

Digest

Size

419.1 MB

Last updated

almost 8 years ago

docker pull arrahm/faceboxes