Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.24 KB

File metadata and controls

34 lines (21 loc) · 1.24 KB

hand-detection-3class-MobilenetV2-SSDLite

MobilenetV2-SSDLiteで訓練した手検出(Open/Close/Pointer)のモデルです。

以下の3種類(開いた手(Open)、閉じた手(Close)、指さし(Pointer))の検出を行います。

2020-04-08 (7)

2020-04-08 (8)

2020-04-08 (10)

訓練時のデータが少なく精度がイマイチなため、学習データを追加/訓練し精度アップ版に差し替える予定です。

Requirement

  • Tensorflow 1.14.0
  • OpenCV 3.4.2(sample.pyを動かす場合のみ)

Usage

サンプルの実行方法は以下です。

python sample.py

Note

訓練には、からあげさんのObject Detection Toolsを使用しています。

Author

高橋かずひと(https://twitter.com/KzhtTkhs)

License

hand-detection-3class-MobilenetV2-SSDLite is under MIT license.