Hello all,
Here again with one of my fav demos - Strike A Pose
Strike a Pose — a real-time pose matching game running on Axelera Metis
Built a party game that shows you a famous pose (movie posters, athletes, characters) and challenges you to match it — without seeing the image. A front-facing camera runs YOLOv8-pose on the Metis AIPU to estimate your body pose in real-time, compares it against pre-extracted reference keypoints using cosine similarity, and reveals the original image when you nail it.
All inference runs locally on-device. No cloud, no latency. The pose comparison adapts to what's visible in the reference — full-body for action shots, upper-body only for cropped posters.
Currently running with movies (Karate Kid, Rocky, Wonder Woman) and famous athletes (Usain Bolt, Ronaldo). Categories are easy to expand — just drop in an image and the extraction script does the rest.
Stack: Axelera Metis AIPU, Voyager SDK, YOLOv8-pose, Python, OpenCV.

