Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 932 Bytes

sdk_emotion_recognition.rst

File metadata and controls

39 lines (24 loc) · 932 Bytes

Emotion Recognition

This example showcases the implementation of two stage neural network pipeline, where the first stage is a face detection network, and the second stage is an emotion recognition model.

Demo

Emotion Recognition Demo

Setup

Pipeline

Pipeline graph

Source Code

Python

Also available on GitHub.

../../../../examples/NNComponent/emotion-recognition.py