futurefantasy commited on
Commit
2aa893b
·
verified ·
1 Parent(s): b579fd7

Add vlac2_release_data/README.md

Browse files
Files changed (1) hide show
  1. vlac2_release_data/README.md +17 -0
vlac2_release_data/README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Raw Data Placeholder
2
+
3
+ The original raw datasets are not uploaded in this repo yet.
4
+
5
+ Place the source data under this directory while preserving the published relative structure, for example:
6
+
7
+ - `vlac2_release_data/ARX-data/...`
8
+ - `vlac2_release_data/droid_lerobot/...`
9
+ - `vlac2_release_data/libero/...`
10
+ - `vlac2_release_data/libero_zty50/...`
11
+ - `vlac2_release_data/VLABench_5/...`
12
+
13
+ After the raw data is in place, run:
14
+
15
+ ```bash
16
+ python scripts/extract_vlac2_release_frames.py --release-root /path/to/vlac2_release
17
+ ```