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.
org
-[email protected]
url
-com.github.dcmartin.open-horizon.face
version
-0.0.1
FACE_THRESHOLD
- minimum threshold percent; default10
; range1
to99
FACE_PERIOD
- seconds between updates; defaults to30
LOG_LEVEL
- specify level of logging; defaultinfo
; options include (debug
andnone
)DEBUG
- turn on debugging output;true
orfalse
; defaultfalse
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:
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.