Initial commit: MediaPipe landmarks demo

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>
This commit is contained in:
2026-01-19 22:38:40 -05:00
commit 8bcc62b045
22 changed files with 2347 additions and 0 deletions

5
gesture.sh Executable file
View File

@@ -0,0 +1,5 @@
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