Face Detection Service documentation

NEP-143-8 Face detection Service

This service implements a face analysis (detection and pose estimation) algorithm.

Infrastructure overview

The process uses Celery as a Distributed Queue system for which this face analysis service acts as a worker. To launch a worker, the following command can be issued:

celery worker -A Service_Faces.worker -l INFO -c 1 -E --config=celeryconfig -Q faceanalysis -n faceanalysis.%n