futurefantasy commited on
Commit
508ba43
·
verified ·
1 Parent(s): c87cc5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -10,12 +10,13 @@ license: other
10
 
11
  # VLAC2 Benchmark Release
12
 
13
- This dataset repo contains the publishable VLAC2 benchmark bundle:
14
 
15
  - `benchmark_json/`: ready-to-use benchmark JSON files for `train/` and the 4 test buckets
16
  - `scripts/`: frame extraction utilities
17
- - `_extracted_frames/`: generated frame root marker
18
- - `vlac2_release_data/`: placeholder raw-data tree; fill this with the original source datasets before extracting frames
19
- - `docs/`: simple usage notes
20
 
21
- See `docs/vlac2_public_release.md` for the minimal end-to-end workflow.
 
 
 
10
 
11
  # VLAC2 Benchmark Release
12
 
13
+ This release contains:
14
 
15
  - `benchmark_json/`: ready-to-use benchmark JSON files for `train/` and the 4 test buckets
16
  - `scripts/`: frame extraction utilities
17
+ - `vlac2_release_data/`: raw-data archives plus their manifest
18
+ - `docs/`: minimal usage notes
 
19
 
20
+ The release repo itself does not ship `_extracted_frames/`; the frame-extraction script creates that default output directory automatically when needed.
21
+ Before frame extraction, first unpack all raw-data archives into `vlac2_release_data/`.
22
+ See `docs/vlac2_public_release.md` for the end-to-end workflow.