#492 · Primary category: Computer Vision
lighttrack
LightTrack: A Generic Framework for Online Top-Down Human Pose Tracking
Project last updated:05/07/20
GitHub Stars
734
Forks
141
Contributors
2
License
MIT
Why we included this project
LightTrack pairs a top-down pose estimator with a graph-based matching module, so detected skeletons get linked into consistent tracks across frames instead of being re-identified every frame. That makes it a practical reference for anyone building real-time multi-person pose tracking: the repo includes working demos for live webcam and arbitrary video, scripts to reproduce PoseTrack benchmark results, and training code for both the pose estimation and matching modules. Because the pieces are modular, you can swap in a different pose estimator or tinker with the data association logic, which is what makes it attractive for researchers and engineers working on surveillance, sports analytics, or other human-centric video applications. One honest caveat: this is research code from 2019-2020, so expect to adapt dependencies before it runs cleanly in a modern stack.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)