Initial checkpoint bundle: GD-SwinT-OGC + SAM-H + Depth-Anything V1 + DOT (cotracker2 + raft)
Browse files- README.md +54 -0
- cvo_raft_patch_8.pth +3 -0
- depth_anything_vitl14.pth +3 -0
- groundingdino_swint_ogc.pth +3 -0
- movi_f_cotracker2_patch_4_wind_8.pth +3 -0
- movi_f_raft_patch_4_alpha.pth +3 -0
- sam_vit_h_4b8939.pth +3 -0
README.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
language: en
|
| 4 |
+
tags: [video-generation, evaluation, checkpoints]
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# videogenevalkit — checkpoint bundle
|
| 8 |
+
|
| 9 |
+
Pretrained model weights needed by the
|
| 10 |
+
[videogenevalkit](https://github.com/videogenevalkit/videogenevalkit) toolkit
|
| 11 |
+
for the **T2V-CompBench** and **WorldScore** adapters in upstream-mode.
|
| 12 |
+
|
| 13 |
+
We bundle **only** weights that are awkward to fetch from their original
|
| 14 |
+
sources (Drive links, expired buckets, etc.). Large models that are already
|
| 15 |
+
on HuggingFace are NOT rehosted — for those, the toolkit pulls directly:
|
| 16 |
+
|
| 17 |
+
- `liuhaotian/llava-v1.6-34b` (68 GB; T2V-CompBench MLLM upstream-mode)
|
| 18 |
+
- `lmms-lab/LLaVA-Video-7B-Qwen2` (15 GB; VBench-2.0 LLaVA dims)
|
| 19 |
+
- `Qwen/Qwen2.5-7B-Instruct` (15 GB; VBench-2.0 complex_plot judge)
|
| 20 |
+
|
| 21 |
+
## Contents
|
| 22 |
+
|
| 23 |
+
| File | Size | Used by | Upstream source |
|
| 24 |
+
|---|---:|---|---|
|
| 25 |
+
| `groundingdino_swint_ogc.pth` | 662 MB | T2V-CompBench (numeracy, spatial, motion_binding), WorldScore (object_control, motion_accuracy) | [IDEA-Research/GroundingDINO](https://github.com/IDEA-Research/GroundingDINO) — Apache-2.0 |
|
| 26 |
+
| `sam_vit_h_4b8939.pth` | 2.4 GB | T2V-CompBench (spatial, motion_binding), WorldScore (motion_accuracy) | [facebookresearch/segment-anything](https://github.com/facebookresearch/segment-anything) — Apache-2.0 |
|
| 27 |
+
| `depth_anything_vitl14.pth` | 1.3 GB | T2V-CompBench (spatial_relationships 3D depth) | [LiheYoung/Depth-Anything](https://github.com/LiheYoung/Depth-Anything) — Apache-2.0 |
|
| 28 |
+
| `cvo_raft_patch_8.pth` | 21 MB | T2V-CompBench motion_binding (DOT estimator) | [facebookresearch/dot](https://github.com/facebookresearch/dot) — BSD |
|
| 29 |
+
| `movi_f_raft_patch_4_alpha.pth` | 23 MB | T2V-CompBench motion_binding (DOT refiner) | [facebookresearch/dot](https://github.com/facebookresearch/dot) — BSD |
|
| 30 |
+
| `movi_f_cotracker2_patch_4_wind_8.pth` | 195 MB | T2V-CompBench motion_binding (DOT tracker; cotracker2 backbone) | [facebookresearch/dot](https://github.com/facebookresearch/dot) — BSD |
|
| 31 |
+
|
| 32 |
+
**Total: ~4.6 GB.**
|
| 33 |
+
|
| 34 |
+
## Usage
|
| 35 |
+
|
| 36 |
+
```bash
|
| 37 |
+
# After installing videogenevalkit:
|
| 38 |
+
videogenevalkit fetch-checkpoints --bench t2vcompbench
|
| 39 |
+
# Equivalent to:
|
| 40 |
+
hf download videogenevalkit/checkpoints --repo-type dataset \
|
| 41 |
+
--local-dir validation/upstream_ckpts
|
| 42 |
+
```
|
| 43 |
+
|
| 44 |
+
## Licensing
|
| 45 |
+
|
| 46 |
+
All weights are redistributions of upstream releases under the licenses linked
|
| 47 |
+
above (predominantly Apache-2.0 and BSD). Each underlying weight remains under
|
| 48 |
+
its source repo's license; cite the upstream papers when reporting numbers
|
| 49 |
+
that depend on these weights. The bundling itself imposes no additional terms.
|
| 50 |
+
|
| 51 |
+
## See also
|
| 52 |
+
|
| 53 |
+
- Code: https://github.com/videogenevalkit/videogenevalkit
|
| 54 |
+
- Smoke-data: https://huggingface.co/datasets/videogenevalkit/smoke-data
|
cvo_raft_patch_8.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1422383b0e61f3c8543c4bedf6c64087675421cc37616a60faa580bbadddc51
|
| 3 |
+
size 21093617
|
depth_anything_vitl14.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fda5199f0043e91e1c6117df00313db57c630d8ed0306070b43da1ecfffbd9d
|
| 3 |
+
size 1341418857
|
groundingdino_swint_ogc.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b3ca2563c77c69f651d7bd133e97139c186df06231157a64c507099c52bc799
|
| 3 |
+
size 693997677
|
movi_f_cotracker2_patch_4_wind_8.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89e7585d3e95d6e2bc4ff74ce072a98f70377047e669d44fa0b5c01311d4f54c
|
| 3 |
+
size 204379466
|
movi_f_raft_patch_4_alpha.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae2b478a99f1948384c237f0935eff2a61be4f7b736493c922b2fb5223117fb9
|
| 3 |
+
size 23173365
|
sam_vit_h_4b8939.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a7bf3b02f3ebf1267aba913ff637d9a2d5c33d3173bb679e46d9f338c26f262e
|
| 3 |
+
size 2564550879
|