import React from 'react'; import { motion } from 'framer-motion'; import { Activity, Dumbbell, Gamepad2, Stethoscope, Play, CheckCircle2 } from 'lucide-react'; import ClickReveal from './ClickReveal'; import KeyTermBadge from './KeyTermBadge'; import { PoseSkeletonDemo } from './AnimatedDiagram'; export const chapter2Slides = [ // Slide 1: What is Pose Estimation? { content: (
Chapter 2 âĒ Slide 1 of 5
It finds important points on your body â like your nose, shoulders, elbows, and knees â and connects them to create a "skeleton" that shows how you're moving.
Video games like Just Dance use pose estimation to track your dance moves in real-time!
Building a digital body map
Lines connect the keypoints to show your body structure â like a stick figure that moves exactly like you!
ðĄ Each keypoint has X, Y coordinates (position) and sometimes a confidence score!
Pose estimation helps everywhere!
{item.description}
Olympic coaches use pose estimation to analyze athletes frame-by-frame, finding improvements invisible to the human eye!
Watch pose estimation in action
{item.label}
You've mastered Pose Estimation
{item.text}