Instructions to use google/tapnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/tapnet with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("google/tapnet", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Fix project links, add TAP-Net benchmark score
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ arxiv:
|
|
| 20 |
|
| 21 |
Official pre-trained checkpoints for the **Tracking Any Point (TAP)** family of models from Google DeepMind & Google Research.
|
| 22 |
|
| 23 |
-
[[GitHub](https://github.com/google-deepmind/tapnet)] [[TAP-Vid](https://tapvid.github.io/)] [[TAPIR](https://deepmind-tapir.github.io/)] [[BootsTAP](https://bootstap.github.io/)] [[TAPNext](https://tap-next.github.io/)] [[TAPNext++](https://tap-next-plus-plus.github.io/)]
|
| 24 |
|
| 25 |
## Model Overview
|
| 26 |
|
|
@@ -67,10 +67,10 @@ All checkpoints are released under the **Apache License 2.0**.
|
|
| 67 |
|
| 68 |
### Other
|
| 69 |
|
| 70 |
-
| File | Model | Framework |
|
| 71 |
-
|:--|:--|:--:|
|
| 72 |
-
| `checkpoint.npy` | TAP-Net (baseline) | Jax |
|
| 73 |
-
| `track_autoencoder_ckpt.npz` | TRAJAN | Jax |
|
| 74 |
|
| 75 |
## Quick Start
|
| 76 |
|
|
|
|
| 20 |
|
| 21 |
Official pre-trained checkpoints for the **Tracking Any Point (TAP)** family of models from Google DeepMind & Google Research.
|
| 22 |
|
| 23 |
+
[[GitHub](https://github.com/google-deepmind/tapnet)] [[TAP-Vid](https://tapvid.github.io/)] [[TAPIR](https://deepmind-tapir.github.io/)] [[RoboTAP](https://robotap.github.io/)] [[Blog Post](https://deepmind-tapir.github.io/blogpost.html)] [[BootsTAP](https://bootstap.github.io/)] [[TAPVid-3D](https://tapvid3d.github.io/)] [[TAPNext](https://tap-next.github.io/)] [[TRAJAN](https://trajan-paper.github.io)] [[TAPNext++](https://tap-next-plus-plus.github.io/)]
|
| 24 |
|
| 25 |
## Model Overview
|
| 26 |
|
|
|
|
| 67 |
|
| 68 |
### Other
|
| 69 |
|
| 70 |
+
| File | Model | Framework | DAVIS First (AJ) |
|
| 71 |
+
|:--|:--|:--:|:--:|
|
| 72 |
+
| `checkpoint.npy` | TAP-Net (baseline) | Jax | 33.0% |
|
| 73 |
+
| `track_autoencoder_ckpt.npz` | TRAJAN | Jax | — |
|
| 74 |
|
| 75 |
## Quick Start
|
| 76 |
|