Skip to content

facialAnalysisDetection2D: Detector implementation for the analysis of facial features. Using the deepFace API, analysis for the extraction and prediction of gender, age, ethnicity and emotions. Image source reception via YARP, processing and sending of detections via YARP port.

davidvelascogarcia/facialAnalysisDetection2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facialAnalysisDetection2D Homepage Latest Release Build Status

Facial Analysis: Detector 2D (Python API)

Introduction

facialAnalysisDetection2D module use deepFace python API. The module analyze faces using pre-trained models and adds facial analysis doing prediction about some features like gender, age, race and emotions. Also use YARP to send video source pre and post-procesed. Also admits YARP source video like input. This module also publish detection results in YARP port. Documentation available on docs

Trained Models

facialAnalysisDetection2D requires images source to detect. First run program will download pre-trained models about features to detect:

  1. Execute programs/facialAnalysisDetection2D.py, to start the program.
python3 facialAnalysisDetection2D.py
  1. Connect video source to facialAnalysisDetection2D.
yarp connect /videoSource /facialAnalysisDetection2D/img:i

NOTE:

  • Video results are published on /facialAnalysisDetection2D/img:o
  • Data results are published on /facialAnalysisDetection2D/data:o

Requirements

facialRecognitionDetection2D requires:

pip3 install deepface

NOTE: This module use Tensorflow backend.

Possible errors: deepFace requires Python 3.5.5 but Ubuntu 16.04 use Python 3.5.2 by default. You can add Python 3.6 with PPA repository like:

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.6

To install pip in Python 3.6:

curl https://bootstrap.pypa.io/get-pip.py | sudo python3.6

You can install the package with:

python3.6 -m pip install deepface

If pip change the link to Python 3.6 by default, you can revert to link pip to Python 3.5 with:

python3 -m pip install --upgrade --force pip

Tested on: ubuntu 14.04, ubuntu 16.04, ubuntu 18.04, lubuntu 18.04 and raspbian.

Status

Build Status

Issues

Related projects

About

facialAnalysisDetection2D: Detector implementation for the analysis of facial features. Using the deepFace API, analysis for the extraction and prediction of gender, age, ethnicity and emotions. Image source reception via YARP, processing and sending of detections via YARP port.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages