Initial checkpoint bundle: GD-SwinT-OGC + SAM-H + Depth-Anything V1 + DOT (cotracker2 + raft)
ca2825e verified metadata
license: other
language: en
tags:
- video-generation
- evaluation
- checkpoints
videogenevalkit — checkpoint bundle
Pretrained model weights needed by the videogenevalkit toolkit for the T2V-CompBench and WorldScore adapters in upstream-mode.
We bundle only weights that are awkward to fetch from their original sources (Drive links, expired buckets, etc.). Large models that are already on HuggingFace are NOT rehosted — for those, the toolkit pulls directly:
liuhaotian/llava-v1.6-34b(68 GB; T2V-CompBench MLLM upstream-mode)lmms-lab/LLaVA-Video-7B-Qwen2(15 GB; VBench-2.0 LLaVA dims)Qwen/Qwen2.5-7B-Instruct(15 GB; VBench-2.0 complex_plot judge)
Contents
| File | Size | Used by | Upstream source |
|---|---|---|---|
groundingdino_swint_ogc.pth |
662 MB | T2V-CompBench (numeracy, spatial, motion_binding), WorldScore (object_control, motion_accuracy) | IDEA-Research/GroundingDINO — Apache-2.0 |
sam_vit_h_4b8939.pth |
2.4 GB | T2V-CompBench (spatial, motion_binding), WorldScore (motion_accuracy) | facebookresearch/segment-anything — Apache-2.0 |
depth_anything_vitl14.pth |
1.3 GB | T2V-CompBench (spatial_relationships 3D depth) | LiheYoung/Depth-Anything — Apache-2.0 |
cvo_raft_patch_8.pth |
21 MB | T2V-CompBench motion_binding (DOT estimator) | facebookresearch/dot — BSD |
movi_f_raft_patch_4_alpha.pth |
23 MB | T2V-CompBench motion_binding (DOT refiner) | facebookresearch/dot — BSD |
movi_f_cotracker2_patch_4_wind_8.pth |
195 MB | T2V-CompBench motion_binding (DOT tracker; cotracker2 backbone) | facebookresearch/dot — BSD |
Total: ~4.6 GB.
Usage
# After installing videogenevalkit:
videogenevalkit fetch-checkpoints --bench t2vcompbench
# Equivalent to:
hf download videogenevalkit/checkpoints --repo-type dataset \
--local-dir validation/upstream_ckpts
Licensing
All weights are redistributions of upstream releases under the licenses linked above (predominantly Apache-2.0 and BSD). Each underlying weight remains under its source repo's license; cite the upstream papers when reporting numbers that depend on these weights. The bundling itself imposes no additional terms.