hand-keypoint-classification-model-zoo
hand-keypoint-classification-model-zoo copied to clipboard
hand-gesture-recognition-using-mediapipe のキーポイント分類を寄せ集めたリポジトリ
hand-keypoint-classification-model-zoo
Kazuhito00/hand-gesture-recognition-using-mediapipe のキーポイント分類を寄せ集めたリポジトリです。
Requirements
- mediapipe 0.8.4
- OpenCV 4.6.0.66 or Later
- Tensorflow 2.9.0 or Later
- protobuf <3.20,>=3.9.2
Demo
Webカメラを使ったデモの実行方法は以下です。
python main.py
デモ実行時には、以下のオプションが指定可能です。
- --model
デモで使用するモデルの作者指定 (デフォルト:Kazuhito00) - --device
カメラデバイス番号の指定 (デフォルト:0) - --width
カメラキャプチャ時の横幅 (デフォルト:960) - --height
カメラキャプチャ時の縦幅 (デフォルト:540) - --use_static_image_mode
MediaPipeの推論にstatic_image_modeを利用するか否か (デフォルト:未指定) - --min_detection_confidence
検出信頼値の閾値 (デフォルト:0.5) - --min_tracking_confidence
トラッキング信頼値の閾値 (デフォルト:0.5) - --unuse_brect
矩形を描画しないようにする (デフォルト:未指定)
Model Zoo
オリジナルリポジトリ
Kazuhito00/hand-gesture-recognition-using-mediapipe
Model Name:Kazuhito00

AladdinT/hand-gesture-remote-controller
Model Name:AladdinT

avazahedi/go1-gesture-command
Model Name:avazahedi

vincentvilo/hand-gesture-control
Model Name:vincentvilo

fredericomcorda/hand-gesture-recognition-mediapipe
Model Name:fredericomcorda

GhoshRitika/go1-gesture-command
Model Name:GhoshRitika

thomasbridgemanatu/hand-gesture-recognition-mediapipe
Model Name:thomasbridgemanatu

kinivi/hand-gesture-recognition-mediapipe
Model Name:kinivi

NongPO/hand-gesture-recognition-mediapipe
Model Name:NongPO

mariuccatalin/hand-gesture-recognition-mediapipe
Model Name:mariuccatalin

sandesh8888/hand-gesture-recognition-mediapipe
Model Name:sandesh8888

LepronlineR/hand-gesture-recognition-mediapipe
Model Name:LepronlineR
thinkall/hand-gesture-recognition-mediapipe
Model Name:thinkall
kch3coo/hand-gesture-recognition-mediapipe
Model Name:kch3coo

jaeeun/hand-gesture-recognition-using-mediapipe
Model Name:jaeeun

gabesf/hand-gesture-recognition-using-mediapipe
Model Name:gabesf

vjsyong/hand-gesture-recognition-mediapipe
Model Name:vjsyong

sanghabahn/GESTURE_RECOGNINTION_MODULE
Model Name:sanghabahn
DiaboloKiat/hand-gesture-recognition-using-mediapipe
Model Name:DiaboloKiat
Other
Reference
Author
高橋かずひと(https://twitter.com/KzhtTkhs)
License
hand-keypoint-classification-model-zoo is under Apache v2 license.