yangyi02 commited on
Commit
6800327
·
verified ·
1 Parent(s): 3da520b

Fix project links, add TAP-Net benchmark score

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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