Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 905 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 905 Bytes

ML Touch Panel

Created for Deep Learning Superhero Challenge with Intel.

Project contains two neural networks:

Two C++ applications:

  • Configurator to configure camera's frame warping to match screen's surface
  • Runtime that connects all of the parts of the project and emulates mouse using both neural networks and Intel's OpenVINO with Neural Compute Stick 2.

Networks were created and trained using Tensorflow and implemented using OpenVINO and nGraph directly.

For details see AI based touch screen.