futurefantasy commited on
Commit
4158e7f
·
verified ·
1 Parent(s): 3b6de44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -45,6 +45,8 @@ data/
45
  bash scripts/unpack_data.sh /path/to/data
46
  ```
47
 
 
 
48
  ### 2. Extract frames for a selected benchmark JSON
49
 
50
  ```bash
@@ -71,3 +73,4 @@ Replace `__VLAC2_FRAMES_ROOT__` with the absolute path to the extracted-frame di
71
  * This release contains the complete raw-data archive set used by the VLAC-Cut benchmark release workflow.
72
  * The `benchmark_style_all/all` split is larger than the benchmark evaluation subsets and is rebuilt from the full annotation PKL source tree.
73
  * The benchmark JSON files are pre-generated and do not need to be rebuilt for standard use.
 
 
45
  bash scripts/unpack_data.sh /path/to/data
46
  ```
47
 
48
+ Some archives are distributed as multi-part files to satisfy Hub file-size limits. `unpack_data.sh` detects these parts automatically and streams them into a single extraction pass.
49
+
50
  ### 2. Extract frames for a selected benchmark JSON
51
 
52
  ```bash
 
73
  * This release contains the complete raw-data archive set used by the VLAC-Cut benchmark release workflow.
74
  * The `benchmark_style_all/all` split is larger than the benchmark evaluation subsets and is rebuilt from the full annotation PKL source tree.
75
  * The benchmark JSON files are pre-generated and do not need to be rebuilt for standard use.
76
+ * Large raw-data archives may appear as split `.part-*` files in `data/`; these are unpacked transparently by the provided script.