Yjaywang / hand-pose-detection-practice

hand-pose-detection-practice using MobileNet-SSD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hand pose detection

This is my first object detection practice project, the final model will be converted to TensorFlow.js model and used by my video conferece website project (Meeting).

In this practice, some goals need to be achieved for my end application:

  • Light-weighted
  • Low computation consumption
  • Low latency
  • Acceptable accuracy

Based on these requirements, I choose MobileNet-SSD to train the model.

MobileNet Single Shot Detection (MobileNet-SSD)

Training data preparation

Image Class

  • 9 classes

Labeling

Train/test ratio

  • train: 90%; test: 10%

Training result

Reference

About

hand-pose-detection-practice using MobileNet-SSD


Languages

Language:Jupyter Notebook 84.3%Language:Python 15.7%