HTML demos for face, hand, gesture, and posture tracking using MediaPipe. Includes Python CLI tools for processing video files. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
146 B
Bash
Executable File
6 lines
146 B
Bash
Executable File
export GLOG_minloglevel=2
|
|
export TF_CPP_MIN_LOG_LEVEL=3
|
|
python recognize_gesture.py --image ily.png --model gesture_recognizer.task 2>/dev/null
|
|
|
|
|