Suchenl commited on
Commit
d2ff73c
·
verified ·
1 Parent(s): e5963a8

Upload trackA/README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. trackA/README.md +10 -1
trackA/README.md CHANGED
@@ -1 +1,10 @@
1
- # Track A: Generator Gold-Replay
 
 
 
 
 
 
 
 
 
 
1
+ # Track A gold
2
+
3
+ Text gold for VMem-Bench Track A. **No source videos, no gold crops.**
4
+
5
+ Layout: `trackA/<source>/<movie_id>/gold/{entity_registry,chunk_annotations,chunk_index}.json`
6
+
7
+ - `BlenderOpenMovies/` — self-authored gold; videos: [Blender Studio](https://studio.blender.org/) and the layout in [DATA.md](https://github.com/Suchenl/VMem-Bench/blob/main/docs/DATA.md) (BBB: `bash scripts/prepare_blender.sh`)
8
+ - `LSMDC/` — self-authored gold over LSMDC titles; apply at the [LSMDC download page](https://sites.google.com/site/describingmovies/download), stitch to `LSMDC_Videos_Stitched/<movie_id>.mp4`, cite Rohrbach et al., IJCV 2017
9
+
10
+ Scoring and the causal protocol live in the code repo: https://github.com/Suchenl/VMem-Bench (`docs/trackA.md`).