MobilenetV1-SSDで訓練した手検出(Open/Close)のモデル(TensorflowLite、Tensorflowjs、CoreML)です。
以下の2種類(開いた手(Open)、閉じた手(Close))の検出を行います。
- Tensorflow 1.4.0
- Tensorflowjs 1.4.0
※バージョンが少々古いため注意
本モデルはIBM Cloud Annotationsを利用して作成しています。
また、Tensorflowjs版のモデルは、以下のGithub Pagesから動作確認することが出来ます。※PCでの閲覧を推奨
https://kazuhito00.github.io/hand-detection-2class-MobilenetV1-SSD/
本リポジトリには以下のモデルが含まれます。
- model
TensorflowのFrozenモデル
※訓練時のTensorflowのバージョンが低いため、バージョンが合わないと動作しない可能性があります)
- model_android
Tensorflow Liteのモデル
以下のリポジトリのソースコードで動作確認が可能です。
Python:https://github.com/cloud-annotations/object-detection-python
Android:https://github.com/cloud-annotations/object-detection-android
- model_ios
Tensorflow CoreMLモデル
以下のリポジトリのソースコードで動作確認が可能です。
iOS:https://github.com/cloud-annotations/object-detection-ios
- model_web
Tensorflowjsのモデル
以下のリポジトリのソースコードで動作確認が可能です。
REACT:https://github.com/cloud-annotations/object-detection-react
高橋かずひと(https://twitter.com/KzhtTkhs)
hand-detection-2class-MobilenetV1-SSD is under MIT license.
Copyright (c) 2019 Nick Bourdakos
object-detection-react is under MIT license.