Skip to content

Baker-Chen/Gesture-Recognition-ResNet-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2021 Synopsys ARC AIoT Design Contest

image

Project Name:

Smart elevator based on edge computing architecture combined with gesture recognition

Team Name:

WE-I Goose • Smith

Project Description:

In the post pandemic era, zero-contact technology has become a trend. Among them, the elevator is beneficial to the spread of the virus, because the elevator space is small, closed and crowded. It is easy to infect because people contact the elevator control panel and talk to each other in the elevator. So we wanted to achieve a smart elevator control panel that can recognize the specific gestures and always-on system through the benefits of Himax WE-I Plus ultra-low power consumption and AI acceleration, and reduce operation complexity and overall power consumption through a distributed computing architecture of edge computing. First, with the help of OpenCV, convert the collected training data into the output form of the WE-I Plus lens module (single-channel grayscale 640x480 image), and use the gesture recognition algorithm to classify the data we collected and reduce the complexity of training model. Then use the TensorFlow Lite machine learning framework to train the gesture recognition model.

Folder Descriotion:

File Name Description
numberGestureRecognition for auto-labeling hand recognion module
trainingModel ResNet50 network & weight
animation elevator animation

Contents:

  • Auto-labeling module: MediaPipe image

  • Training Data:

  1. Input: grayscale 640x480
  2. 10 + 1 categories (0~9 & ok)
  3. 400~500 img/caregory
  4. Shffule & Split (training, validation)
  5. Data augment

image

  • Training model: ResNet50

image

  • Accuracy & Confusion Matrix

image image

  • Demo:

    image

  • Elevator animation (flask):

image

Gesture-Recognition-ResNet-

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages