SeonghuJeon commited on
Commit
56ed920
Β·
verified Β·
1 Parent(s): 4f5b10b

Add files using upload-large-folder tool

Browse files
_small_files/checkpoints/stage1_cscs_68k.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f41e0667e45442876855c61a267a9cc5b15445da3050a40374ace66c2dcf1645
3
+ size 11635326068
_small_files/checkpoints/stage1_oxe_r2_362k.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b221935bf0d69fbcadc53bdd5392f4c2110a344b78efecf154a27c8aace12a90
3
+ size 11632181813
_small_files/checkpoints/stage2_gld_115k.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05a6469ec3c7c17183f48bf4be4ee1104abb3efe58abe909a17e93eb0450f141
3
+ size 12813013358
_small_files/checkpoints/track4world_da3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c589c0f41632a2329920087dcd8cbd6465d4198d574f0d4186eeada78c492c7
3
+ size 5527438950
extract.sh ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ # Extract 3DA training data uploaded to HuggingFace
3
+ #
4
+ # Usage: cd <download_dir> && bash extract.sh
5
+ #
6
+ # Expected tars in the current directory:
7
+ # openx_rest_lerobot.tar openx_lerobot/lerobot/ (no droid) + _stats + _cache
8
+ # openx_rest_BrunoM42.tar openx_lerobot/BrunoM42/ (bridge + fractal)
9
+ # openx_rest_misc.tar openx_lerobot/tailong-wu/ + HuggingFaceVLA/ (libero train)
10
+ # openx_droid.tar openx_lerobot/lerobot/droid_1.0.1/ (OPTIONAL β€” 417GB, excluded by default)
11
+ # libero_eval.tar data/libero/ (eval-time LIBERO with videos)
12
+ # mimicgen.tar data/mimicgen/
13
+ # small_files.tar checkpoints + model_stats + configs
14
+ #
15
+ # Each dataset tar includes its .dataset_cache/ (arrow), .framecache/ (JPEG cache), and videos/.
16
+ set -e
17
+
18
+ echo "Creating data/openx_lerobot/ ..."
19
+ mkdir -p data/openx_lerobot
20
+
21
+ for tar in openx_rest_lerobot.tar openx_rest_BrunoM42.tar openx_rest_misc.tar; do
22
+ if [ -f "$tar" ]; then
23
+ echo "Extracting $tar ..."
24
+ tar xf "$tar" # tars include `openx_lerobot/...` path prefix
25
+ else
26
+ echo "WARN: $tar not found, skipping"
27
+ fi
28
+ done
29
+
30
+ if [ -f openx_droid.tar ]; then
31
+ echo "Extracting openx_droid.tar (OPTIONAL)..."
32
+ tar xf openx_droid.tar
33
+ fi
34
+
35
+ if [ -f libero_eval.tar ]; then
36
+ echo "Extracting libero_eval.tar ..."
37
+ mkdir -p data
38
+ tar xf libero_eval.tar -C data/
39
+ fi
40
+
41
+ if [ -f mimicgen.tar ]; then
42
+ echo "Extracting mimicgen.tar ..."
43
+ mkdir -p data
44
+ tar xf mimicgen.tar -C data/
45
+ fi
46
+
47
+ if [ -f small_files.tar ]; then
48
+ echo "Extracting small_files.tar ..."
49
+ tar xf small_files.tar
50
+ fi
51
+
52
+ echo ""
53
+ echo "Done. Structure:"
54
+ echo " data/openx_lerobot/ - OxE training datasets"
55
+ echo " β”œβ”€ lerobot/ - lerobot official + legacy conversions"
56
+ echo " β”œβ”€ BrunoM42/ - bridge + fractal"
57
+ echo " β”œβ”€ tailong-wu/ - furniture_bench, bc_z, language_table"
58
+ echo " β”œβ”€ HuggingFaceVLA/libero/ - LIBERO training (PNG inline in parquet)"
59
+ echo " β”œβ”€ _stats/ - action + proprio q01/q99 JSONs"
60
+ echo " └─ _cache/ - per-dataset local_eps.json"
61
+ echo " Inside each dataset:"
62
+ echo " β”œβ”€ data/*.parquet - main dataset"
63
+ echo " β”œβ”€ meta/ - episode metadata"
64
+ echo " β”œβ”€ videos/<cam>/chunk-*/*.mp4 - raw video files"
65
+ echo " β”œβ”€ videos/<cam>/chunk-*/*.framecache/ - JPEG frame caches (frames.bin, index.npy)"
66
+ echo " └─ .dataset_cache/ - Arrow cache for fast LAZYβ†’EAGER"
67
+ echo " data/libero/HuggingFaceVLA/libero/ - eval-time LIBERO (with videos for sim rollout)"
68
+ echo " data/mimicgen/ - MimicGen HDF5 + task_descriptions.json"
69
+ echo " checkpoints/ - pretrained + blessed stage 1/2 checkpoints"
70
+ echo " model_stats/ - feature normalizer (feature_stat_path)"
71
+ echo " configs/ - training YAML configs"
libero_eval.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:360fdc34ceedb68b39238157bbf3d6728640cd0f238ef86d8e05ce4e54678642
3
+ size 69869045760
mimicgen.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:858302ad8067a62b685f6fe9193aaabf75a04041fc0c7786cb034f547e441cdb
3
+ size 148972861440
openx_rest_BrunoM42.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca69e2f3bf67b4b033cbb0bc171d9c2931196f67162dfa818e9b1244bf259ca7
3
+ size 190407823360
openx_rest_lerobot.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d66cb1893a01740d778a93302ad2db008a99653c5d8d1297e1019088fd66105
3
+ size 118013163520
openx_rest_misc.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24f48f5d6882c234b16f8ef6d4d7ad02475097bcd86e209fe725e8976e031828
3
+ size 294415738880
small_files.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bec84099368101e00c0c9323dc057f32be6fab8ae6e8f7218c935154bd1d77cc
3
+ size 41608704000