Skip to content

Latest commit

 

History

History
94 lines (67 loc) · 4.52 KB

README.md

File metadata and controls

94 lines (67 loc) · 4.52 KB

face - Face-detection

Provides face detection information as micro-service; updates periodically (default 0 seconds). This service is built from the OpenFACE software. This container may be run locally using Docker, pushed to a Docker registry, and published to any Open Horizon exchange.

Status

Supports amd64 Architecture Docker Pulls

Supports arm Architecture Docker Pulls

Supports arm64 Architecture Docker Pulls

Service discovery

Service variables

  • FACE_THRESHOLD - minimum threshold percent; default 10; range 1 to 99
  • FACE_PERIOD - seconds between updates; defaults to 30
  • LOG_LEVEL - specify level of logging; default info; options include (debug and none)
  • DEBUG - turn on debugging output; true or false; default false

How To Use

Copy this repository, change to the face directory, then use the make command; see below:

% mkdir ~/gitdir
% cd ~/gitdir
% git clone http://github.com/dcmartin/open-horizon
% cd open-horizon/face
% make
...

The face payload will be incomplete until the service completes; subsequent make check will return complete; see below:

Example

Changelog & Releases

Releases are based on Semantic Versioning, and use the format of MAJOR.MINOR.PATCH. In a nutshell, the version will be incremented based on the following:

  • MAJOR: Incompatible or major changes.
  • MINOR: Backwards-compatible new features and enhancements.
  • PATCH: Backwards-compatible bugfixes and package updates.

Authors & contributors

David C Martin ([email protected])