futurefantasy commited on
Commit
8d2316e
·
verified ·
1 Parent(s): 10b9766

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # VLAC2 Benchmark Release
2
+
3
+ This dataset repo contains the publishable VLAC2 benchmark bundle:
4
+
5
+ - `benchmark_json/`: ready-to-use benchmark JSON files for `train/` and the 4 test buckets
6
+ - `scripts/`: frame extraction utilities
7
+ - `_extracted_frames/`: generated frame root marker
8
+ - `vlac2_release_data/`: placeholder raw-data tree; fill this with the original source datasets before extracting frames
9
+ - `docs/`: simple usage notes
10
+
11
+ See `docs/vlac2_public_release.md` for the minimal end-to-end workflow.