T&F AI logo Track & Field AI Track & Field AI

The short answer

AI reads your running form in four steps: it finds your joints in each frame (pose estimation), measures the angles between them, tracks how they change to segment your stride into phases, then flags where your mechanics differ from good patterns. It reads stride, cadence, and side-on joint angles well, but struggles with rotation, depth, and hidden joints.

Key takeaways

  • Pose estimation finds your joints in every frame without sensors or markers
  • The model measures joint angles, stride length, and cadence from those points
  • Tracking how the joints move over time segments your run into phases
  • It reads stride, cadence, and side-on joint angles reliably
  • It struggles with limb rotation, depth, and occluded or out-of-frame joints
  • Filming side-on in slow motion is what makes the analysis accurate

The short version: four steps from video to feedback

AI running-form analysis turns an ordinary phone video into coaching feedback in four steps. First it finds your body in each frame. Second it measures the angles between your joints. Third it tracks how those angles change over time to break your run into phases. Fourth it compares your patterns against what good running looks like and flags the differences. No sensors, no suit, no markers stuck to your skin, just video and software. Understanding those four steps tells you both why the analysis works and why how you film changes the result.

Step 1: pose estimation finds your joints

The foundation is pose estimation, a type of deep-learning model trained on huge labeled image datasets to locate human joints, the ankles, knees, hips, shoulders, elbows, in a photo or video frame. Tools you may have heard of, such as OpenPose, MediaPipe, MoveNet, and YOLO-pose, all do this job: they output a set of keypoints, essentially a stick-figure skeleton laid over your body, in every single frame. Because it works straight from normal video, this approach is called markerless motion capture, in contrast to the lab method of taping reflective markers to an athlete and filming with specialized cameras.

How accurate is markerless?

For stride length, cadence, and speed, multi-camera markerless systems average within about one frame and under a centimeter of marker-based lab systems, though single-camera setups are less precise.

Source: PMC, applications and limitations of markerless motion capture for gait (2022)

Step 2: joint-angle detection

Once the model has your joints in each frame, it does geometry. Three keypoints, say hip, knee, and ankle, define an angle, so the software can compute your knee flexion, hip extension, trunk lean, and arm angle at every instant of the stride. This is where the useful numbers come from: how much you flex at the knee on contact, whether your trunk leans the right amount in the drive phase, how high your knee drives. Research shows two-dimensional joint angles from pose estimation land within roughly 3 to 11 degrees of lab marker systems, accurate enough to see real form patterns, though not perfect to the degree.

One detail explains a lot about what follows. A single camera sees the world flat, in two dimensions. So it measures angles cleanly only in the plane it is pointed at. That is exactly why coaches and apps insist you film side-on: the side view is the plane where stride mechanics live, so that is the plane the model can read accurately.

Step 3: phase segmentation

A stride is not one thing; it is a repeating cycle of phases, ground contact and flight, or in a sprint, the drive, transition, and max-velocity phases. By tracking how your joint angles change frame to frame, the software can find the moments that divide those phases: when your foot strikes, when it leaves the ground, when your knee reaches its highest point. This is phase segmentation, and it is what lets the analysis say something specific like your knee drive drops off in the transition rather than a vague your form needs work. Peer-reviewed work confirms the structure the model is detecting: sprint kinematics change consistently through acceleration and transition, then plateau at maximum velocity.

Why phases make feedback useful

Generic advice like run taller is hard to act on. Feedback tied to a phase, like you lose your forward lean by the third step, tells you exactly when in the run to change something. That is what phase segmentation enables.

Source: PubMed, phase analysis in maximal sprinting

Step 4: comparison and feedback

The final step is judgment. The model compares your measured angles and phase patterns against reference patterns of efficient running and flags where you differ in a way that costs you speed or risks injury. This is the part that turns numbers into a coaching cue. A good tool does not just dump data; it translates a measured fault, say a heel that floats up at toe-off, into a plain-language correction you can train. The numbers are the evidence; the cue is the point.

What AI form analysis can and cannot see

The honest boundaries, so you trust it where it is strong.

Sources: PMC markerless motion capture review (2022) and sprint pose-estimation studies.
MeasurementReliabilityWhy
Stride length, cadence, speedStrongSpatiotemporal data tracks within ~1cm of lab
Side-on joint anglesGoodWithin ~3 to 11 degrees of marker systems
Phase timingGoodJoint-angle changes mark phase boundaries well
Limb rotation (twist)Weak2D cannot see rotation about a limb's long axis
Depth / out-of-plane motionWeakOne camera has no depth information
Occluded jointsUnreliableCrossed or hidden limbs get dropped or swapped

What AI cannot reliably see

Being honest about limits is what makes the tool trustworthy. A single-camera, two-dimensional system has real blind spots. It cannot accurately measure rotation about a limb's long axis, like hip internal rotation, where even good systems can be off by 7 to 13 degrees. It has no depth, so motion toward or away from the camera is distorted. And it struggles with occlusion: when one leg crosses in front of the other, the model can drop a joint or swap your left and right limbs, which is a common problem in sprint footage. The research is candid that these algorithms were not originally designed for biomechanics, and that loose clothing, bad lighting, and poor angles all degrade the result.

Garbage in, garbage out

The model can only measure what the camera caught cleanly. An angled shot, dim light, baggy clothes, or a joint cropped out of frame all produce worse analysis. The filming is not a formality; it is half the accuracy.

Source: PMC, markerless motion capture limitations

Why your filming decides the accuracy

Every limitation above points to the same conclusion: how you film controls how good the analysis is. Shoot side-on, so mechanics are in the camera's plane. Shoot in slow motion, 120 or 240 frames per second, so fast movement is not a blur for the model to misread. Use good light and fitted clothing so the joints are easy to find. Keep the whole movement in frame so nothing the model needs is cropped out. Do that and the four-step pipeline has clean input to work with. The full setup is in how to film yourself for track and field.

See it on your own stride

The clearest way to understand any of this is to watch it run on your own footage. Film one clean rep side-on and upload it to Track & Field AI. It maps your joints, measures your angles, segments your phases, and hands back the fault that is costing you, in coaching language, not raw data. Then put it to work with the full self-coaching loop in how to analyze your sprint without a coach.

Sources

  1. PMC, Applications and limitations of markerless motion capture for clinical gait (2022)
  2. PMC, Can markerless pose estimation estimate 3D mass-centre during sprinting?
  3. VideoRun2D, markerless motion capture for sprint biomechanics (arXiv)
  4. Ultralytics, using pose estimation to perfect your running technique
  5. PubMed, phase analysis in maximal sprinting
[FAQ]Common questions

How AI Analyzes Your Running Form, Step by Step FAQ

Common questions athletes and coaches ask about this topic.

How does AI analyze running form?
In four steps: pose estimation finds your joints in each video frame, joint-angle detection measures the angles between them, phase segmentation tracks how those angles change to break your run into phases, and a comparison step flags where your mechanics differ from efficient running and turns it into a coaching cue.
What is pose estimation?
A deep-learning method that locates human joints, like ankles, knees, hips, and shoulders, directly in a video frame, producing a stick-figure skeleton over your body. Because it works from ordinary video with no markers or sensors, it is called markerless motion capture.
Is AI running analysis accurate?
For stride length, cadence, speed, and side-on joint angles, yes, it tracks within roughly a centimeter and 3 to 11 degrees of lab systems. It is far less reliable for limb rotation, depth, and joints the camera cannot see clearly, which is why filming quality matters so much.
What can AI form analysis not see?
Rotation about a limb's long axis, motion toward or away from a single camera (depth), and any joint that is occluded when one limb crosses another. Loose clothing, poor lighting, and bad camera angles also degrade the result, since the model can only measure what the video captured cleanly.
Why do I have to film side-on?
Because a single camera measures angles accurately only in the plane it is pointed at, and the side view is the plane where running mechanics live. Filming at an angle puts your stride out of the camera's plane and distorts every measurement the model tries to make.
Do I need special equipment for AI form analysis?
No. The whole point of markerless pose estimation is that it works from a normal phone video, no sensors, suit, or reflective markers. What it does need is a clean clip: side-on, in slow motion, well lit, with the full movement in frame.
[INDEX]More ways to dial in your sprints

The full sprints index

A directory of every sprints page on the site, from broad analysis tools to specific phase deep-dives. Each entry points to a focused write-up.

Try it free

See what the AI sees.

Download the app. Film a rep. See what the AI sees. Free first analysis, no card, no account required.

60s
Time per analysis
Free first analysisNo card
Coaching languagePlain English
Sprints modelEvent-specific