#96 · Primary category: Computer Vision
co-tracker
CoTracker is a model for tracking any point (pixel) on a video.
Project last updated:03/03/26
GitHub Stars
5.1K
Forks
386
Contributors
12
License
Other
Why we included this project
Anyone building video tools that need to follow a specific pixel across frames, whether it's picked by hand or sampled on a grid, will get real use out of CoTracker. The model tracks many points together rather than one at a time, which makes dense motion capture practical and gives it some of the behavior you'd expect from optical flow. It's straightforward to load through PyTorch Hub, and the repo includes both offline and online inference for short clips or longer streams, so it fits video editing, AR, 3D reconstruction, and measuring moving objects in science. The CoTracker3 release also ships the pseudo-labelling pipeline and a rendered dataset if you want to retrain on your own footage. Just remember the code is under a non-commercial Creative Commons license, which may matter depending on how you plan to use it.
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)