Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1017 Bytes

readme.md

File metadata and controls

34 lines (22 loc) · 1017 Bytes

Face Detection with Fovea

Fovea reports the bounding box for each detected face in a four field format, described below. These bounding boxes can be easily plotted over the original image, with ImageMagick, for instance.

  1. Left-X
  2. Top-Y
  3. Width
  4. Height

Google: [user@host]$ fovea --google --faces 7.png Google

Microsoft: [user@host]$ fovea --microsoft --faces 7.png Microsoft

OpenCV: [user@host]$ fovea --opencv --faces 7.png OpenCV

Amazon: [user@host]$ fovea --amazon --faces 7.png Rekognition

Clarifai: [user@host]$ fovea --clarifai --faces 7.png Clarifai

Watson: [user@host]$ fovea --watson --faces 7.png Watson

SightHound [user@host]$ fovea --sighthound --faces 7.png SightHound

Face++ [user@host]$ fovea --face++ --faces 7.png Face++