Kazuhito00/hand-gesture-recognition-using-mediapipe のキーポイント分類を寄せ集めたリポジトリです。
- mediapipe 0.8.4
- OpenCV 4.6.0.66 or Later
- Tensorflow 2.9.0 or Later
- protobuf <3.20,>=3.9.2
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
矩形を描画しないようにする (デフォルト:未指定)
高橋かずひと(https://twitter.com/KzhtTkhs)
hand-keypoint-classification-model-zoo is under Apache v2 license.