Skip to content

Uses video analysis, pose estimation, and angle-calculating machine learning techniques to optimize sprinting form for my Track Team. Originally supposed to run on NVIDIA Jetson Nano, but I aborted that objective and made a new script that runs on my laptop instead.

Notifications You must be signed in to change notification settings

tylersue/TrackForm-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Written in python install opencv, mediapipe, numpy, & argparse

To write and save new videos, run in terminal:

Existing vid --> new vid: python3 TrackForm-WORKING.py --input path/to/input_video.mp4 --output path/to/output_video.mp4

Webcam --> output vid: python3 TrackForm-WORKING.py --output path/to/output_video.mp4

About

Uses video analysis, pose estimation, and angle-calculating machine learning techniques to optimize sprinting form for my Track Team. Originally supposed to run on NVIDIA Jetson Nano, but I aborted that objective and made a new script that runs on my laptop instead.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages