Update README.md
Browse files
README.md
CHANGED
|
@@ -10,12 +10,13 @@ license: other
|
|
| 10 |
|
| 11 |
# VLAC2 Benchmark Release
|
| 12 |
|
| 13 |
-
This
|
| 14 |
|
| 15 |
- `benchmark_json/`: ready-to-use benchmark JSON files for `train/` and the 4 test buckets
|
| 16 |
- `scripts/`: frame extraction utilities
|
| 17 |
-
- `
|
| 18 |
-
- `
|
| 19 |
-
- `docs/`: simple usage notes
|
| 20 |
|
| 21 |
-
|
|
|
|
|
|
|
|
|
| 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.
|