https://github.com/dveselov/runtech
Computer vision for better results in running
https://github.com/dveselov/runtech
computer-vision machine-learning pose-estimation running-analysis
Last synced: 11 months ago
JSON representation
Computer vision for better results in running
- Host: GitHub
- URL: https://github.com/dveselov/runtech
- Owner: dveselov
- Created: 2019-09-02T14:39:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-29T06:31:56.000Z (over 3 years ago)
- Last Synced: 2025-06-04T20:28:52.603Z (about 1 year ago)
- Topics: computer-vision, machine-learning, pose-estimation, running-analysis
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# runtech
demo: https://i.imgur.com/vgYgEyo.gifv
# Usage:
```
$ cd ~/dveselov/runtech
$ touch output.mp4
$ docker build -t bureau/runtech .
$ docker run --rm -ti \
--volume /home/dveselov/runtech/source.mp4:/mnt/source.mp4 \
--volume /home/dveselov/runtech/output.mp4:/mnt/output.mp4 \
bureau/runtech python -W ignore main.py
...
Video parameters: width=1920, height=1080, fps=29, total_frames_count=57
57it [03:40, 3.87s/it]
Run direction: rtl
Average run line height: 734.6491228070175
Average spine angle: 6.792625998581741
Total steps count: 5
Total steps per minute: 152.6315789473684
```