Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.83 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.83 KB

TUT Embedded Smile Detector

The idea is to create and deploy an embedded facial expressions detector application on the Nvidia Jetson TX2. We have developed an application capable of detecting faces and computing probability of smiles on them. link of challange: NVIDIA Jetson Challenge read more about the device: jetson-tx2

Demo

Link to a youtube video Short Demo

The workflow:

  • Capture frames in the main thread and make them accessible for the other threads.
  • Detect multiple faces and assign face coordinates.
  • Estimate probability of smiles in face rectangles.
  • Sketch the frame with prediction results.

The sequence diagram looks like this:

sequence diagram

Authors

Built With

License

This project is licensed under the MIT License - see the LICENSE file for details

To Do

  • Apply multithreading for other components and modules.
  • Pretrain with other data sets.
  • Further development for recognizing other facial expressions.

Acknowledgments