#139 · Primary category: Computer Vision
tapnet
Tracking Any Point (TAP)
Project last updated:07/22/26
GitHub Stars
2.0K
Forks
187
Contributors
24
License
Apache-2.0
Why we included this project
Tracking Any Point (TAP) is the problem of following a single physical point as it moves through a video, and this Google DeepMind repository holds the reference implementations for that task. It covers several generations of models: TAPIR, the two-stage matcher-and-refiner that set the standard on the TAP-Vid benchmark; BootsTAPIR, which learns consistency on unlabeled real footage and beats its predecessor by a clear margin; and TAPNext, the newest and simplest tracker, which frames the problem as token prediction. The same repo ships the TAP-Vid and TAPVid-3D benchmarks with ground-truth trajectories, so you can score your own model against a fixed standard instead of improvising an evaluation. Robotics teams will find RoboTAP useful, since it turns those point tracks into imitation-based manipulation in the real world. With model code, evaluation scripts, and pretrained weights included, it works as a research baseline or as a starting point for a custom tracker.
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)