Add model card
Browse filesThis PR adds a basic model card.
README.md
CHANGED
@@ -2,4 +2,13 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- vision
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- vision
|
5 |
+
- tracking
|
6 |
+
---
|
7 |
+
|
8 |
+
# TAPNet
|
9 |
+
|
10 |
+
This repository contains the models presented in [TAPNext: Tracking Any Point (TAP) as Next Token Prediction](https://huggingface.co/papers/2504.05579).
|
11 |
+
|
12 |
+
Code: https://github.com/google-deepmind/tapnet
|
13 |
+
|
14 |
+
Project page: https://tap-next.github.io/
|