rads2 commited on
Commit
a1a5360
·
verified ·
1 Parent(s): 2207b34

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ tfds_datasets/mixture_v2_1_continuous/1.0.0/mixture_v2_1_continuous-train.tfrecord-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
tfds_datasets/mixture_v2_1_continuous/1.0.0/dataset_info.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "SO101 pick-cube dataset (mixture_v2_1_continuous), converted from LeRobot format.",
3
+ "fileFormat": "tfrecord",
4
+ "name": "mixture_v2_1_continuous",
5
+ "splits": [
6
+ {
7
+ "filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
8
+ "name": "train",
9
+ "numBytes": "337663078",
10
+ "shardLengths": [
11
+ "100"
12
+ ]
13
+ }
14
+ ],
15
+ "version": "1.0.0"
16
+ }
tfds_datasets/mixture_v2_1_continuous/1.0.0/features.json ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "featuresDict": {
3
+ "features": {
4
+ "episode_metadata": {
5
+ "featuresDict": {
6
+ "features": {
7
+ "episode_id": {
8
+ "description": "Episode identifier.",
9
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
10
+ "text": {}
11
+ },
12
+ "file_path": {
13
+ "description": "Source dataset path.",
14
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
15
+ "text": {}
16
+ },
17
+ "has_image_0": {
18
+ "description": "True if image_0 is available.",
19
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
20
+ "tensor": {
21
+ "dtype": "bool",
22
+ "encoding": "none",
23
+ "shape": {}
24
+ }
25
+ },
26
+ "has_image_1": {
27
+ "description": "True if image_1 is available.",
28
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
29
+ "tensor": {
30
+ "dtype": "bool",
31
+ "encoding": "none",
32
+ "shape": {}
33
+ }
34
+ },
35
+ "has_image_2": {
36
+ "description": "True if image_2 is available.",
37
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
38
+ "tensor": {
39
+ "dtype": "bool",
40
+ "encoding": "none",
41
+ "shape": {}
42
+ }
43
+ }
44
+ }
45
+ },
46
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
47
+ },
48
+ "steps": {
49
+ "pythonClassName": "tensorflow_datasets.core.features.dataset_feature.Dataset",
50
+ "sequence": {
51
+ "feature": {
52
+ "featuresDict": {
53
+ "features": {
54
+ "action": {
55
+ "description": "EEF action delta: [dx, dy, dz, droll, dpitch, dyaw, gripper].",
56
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
57
+ "tensor": {
58
+ "dtype": "float32",
59
+ "encoding": "none",
60
+ "shape": {
61
+ "dimensions": [
62
+ "7"
63
+ ]
64
+ }
65
+ }
66
+ },
67
+ "discount": {
68
+ "description": "Discount factor, always 1.0.",
69
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
70
+ "tensor": {
71
+ "dtype": "float32",
72
+ "encoding": "none",
73
+ "shape": {}
74
+ }
75
+ },
76
+ "is_first": {
77
+ "description": "True on first step of the episode.",
78
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
79
+ "tensor": {
80
+ "dtype": "bool",
81
+ "encoding": "none",
82
+ "shape": {}
83
+ }
84
+ },
85
+ "is_last": {
86
+ "description": "True on last step of the episode.",
87
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
88
+ "tensor": {
89
+ "dtype": "bool",
90
+ "encoding": "none",
91
+ "shape": {}
92
+ }
93
+ },
94
+ "is_terminal": {
95
+ "description": "True on terminal step. True for demos.",
96
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
97
+ "tensor": {
98
+ "dtype": "bool",
99
+ "encoding": "none",
100
+ "shape": {}
101
+ }
102
+ },
103
+ "language_instruction": {
104
+ "description": "Language instruction for the task.",
105
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
106
+ "text": {}
107
+ },
108
+ "observation": {
109
+ "featuresDict": {
110
+ "features": {
111
+ "image_0": {
112
+ "description": "Camera 0 RGB observation (256x256).",
113
+ "image": {
114
+ "dtype": "uint8",
115
+ "encodingFormat": "jpeg",
116
+ "shape": {
117
+ "dimensions": [
118
+ "256",
119
+ "256",
120
+ "3"
121
+ ]
122
+ }
123
+ },
124
+ "pythonClassName": "tensorflow_datasets.core.features.image_feature.Image"
125
+ },
126
+ "image_1": {
127
+ "description": "Camera 1 RGB observation (256x256).",
128
+ "image": {
129
+ "dtype": "uint8",
130
+ "encodingFormat": "jpeg",
131
+ "shape": {
132
+ "dimensions": [
133
+ "256",
134
+ "256",
135
+ "3"
136
+ ]
137
+ }
138
+ },
139
+ "pythonClassName": "tensorflow_datasets.core.features.image_feature.Image"
140
+ },
141
+ "image_2": {
142
+ "description": "Camera 2 RGB observation (256x256).",
143
+ "image": {
144
+ "dtype": "uint8",
145
+ "encodingFormat": "jpeg",
146
+ "shape": {
147
+ "dimensions": [
148
+ "256",
149
+ "256",
150
+ "3"
151
+ ]
152
+ }
153
+ },
154
+ "pythonClassName": "tensorflow_datasets.core.features.image_feature.Image"
155
+ },
156
+ "state": {
157
+ "description": "EEF state: [x, y, z, roll, pitch, yaw, gripper].",
158
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
159
+ "tensor": {
160
+ "dtype": "float32",
161
+ "encoding": "none",
162
+ "shape": {
163
+ "dimensions": [
164
+ "7"
165
+ ]
166
+ }
167
+ }
168
+ }
169
+ }
170
+ },
171
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
172
+ },
173
+ "reward": {
174
+ "description": "Reward, 0.0 for all steps.",
175
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
176
+ "tensor": {
177
+ "dtype": "float32",
178
+ "encoding": "none",
179
+ "shape": {}
180
+ }
181
+ }
182
+ }
183
+ },
184
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
185
+ },
186
+ "length": "-1"
187
+ }
188
+ }
189
+ }
190
+ },
191
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
192
+ }
tfds_datasets/mixture_v2_1_continuous/1.0.0/mixture_metadata.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_name": "v2.1",
3
+ "description": "100 episodes: 70 just-cube + 30 with-other-objects",
4
+ "seed": 1337,
5
+ "timestamp": "2026-02-11 23:23:39",
6
+ "config": {
7
+ "num_images": 3,
8
+ "camera_order": [
9
+ "left",
10
+ "right",
11
+ "wrist"
12
+ ],
13
+ "image_size": [
14
+ 256,
15
+ 256
16
+ ],
17
+ "target_fps": 3.0,
18
+ "source_fps": 15,
19
+ "skip_frames": 5,
20
+ "binarize_gripper": false,
21
+ "gripper_threshold": 43.51033020019531
22
+ },
23
+ "sources": [
24
+ {
25
+ "repo_id": "sapanostic/so101_pick_cube_v2.0",
26
+ "local_dir": "/home/thor/rebis-vla/hf_to_rlds/data/so101_pick_cube_v2.0_sapanostic",
27
+ "label": "just_cube",
28
+ "available_episodes": 50,
29
+ "selected_count": 35,
30
+ "selected_episodes": [
31
+ 0,
32
+ 1,
33
+ 3,
34
+ 4,
35
+ 5,
36
+ 6,
37
+ 8,
38
+ 10,
39
+ 12,
40
+ 13,
41
+ 14,
42
+ 16,
43
+ 17,
44
+ 18,
45
+ 19,
46
+ 21,
47
+ 22,
48
+ 24,
49
+ 26,
50
+ 30,
51
+ 31,
52
+ 32,
53
+ 33,
54
+ 34,
55
+ 35,
56
+ 37,
57
+ 38,
58
+ 39,
59
+ 41,
60
+ 43,
61
+ 44,
62
+ 45,
63
+ 47,
64
+ 48,
65
+ 49
66
+ ]
67
+ },
68
+ {
69
+ "repo_id": "rads2/so101_pick_cube_v2.01",
70
+ "local_dir": "/home/thor/rebis-vla/hf_to_rlds/data/so101_pick_cube_v2.01_rads2",
71
+ "label": "just_cube",
72
+ "available_episodes": 40,
73
+ "selected_count": 35,
74
+ "selected_episodes": [
75
+ 0,
76
+ 1,
77
+ 2,
78
+ 3,
79
+ 4,
80
+ 5,
81
+ 6,
82
+ 7,
83
+ 8,
84
+ 10,
85
+ 11,
86
+ 12,
87
+ 13,
88
+ 14,
89
+ 15,
90
+ 16,
91
+ 19,
92
+ 20,
93
+ 21,
94
+ 22,
95
+ 23,
96
+ 24,
97
+ 25,
98
+ 26,
99
+ 27,
100
+ 28,
101
+ 29,
102
+ 31,
103
+ 32,
104
+ 34,
105
+ 35,
106
+ 36,
107
+ 37,
108
+ 38,
109
+ 39
110
+ ]
111
+ },
112
+ {
113
+ "repo_id": "sapanostic/so101_pick_cube_v2.01",
114
+ "local_dir": "/home/thor/rebis-vla/hf_to_rlds/data/so101_pick_cube_v2.01_sapanostic",
115
+ "label": "other_objects",
116
+ "available_episodes": 50,
117
+ "selected_count": 15,
118
+ "selected_episodes": [
119
+ 4,
120
+ 5,
121
+ 7,
122
+ 8,
123
+ 9,
124
+ 12,
125
+ 15,
126
+ 26,
127
+ 27,
128
+ 28,
129
+ 33,
130
+ 36,
131
+ 45,
132
+ 46,
133
+ 48
134
+ ]
135
+ },
136
+ {
137
+ "repo_id": "rads2/so101_pick_cube_v2.0",
138
+ "local_dir": "/home/thor/rebis-vla/hf_to_rlds/data/so101_pick_cube_v2.0_rads2",
139
+ "label": "other_objects",
140
+ "available_episodes": 15,
141
+ "selected_count": 15,
142
+ "selected_episodes": [
143
+ 0,
144
+ 1,
145
+ 2,
146
+ 3,
147
+ 4,
148
+ 5,
149
+ 6,
150
+ 7,
151
+ 8,
152
+ 9,
153
+ 10,
154
+ 11,
155
+ 12,
156
+ 13,
157
+ 14
158
+ ]
159
+ }
160
+ ],
161
+ "total_episodes": 100,
162
+ "output_path": "output/mixture_v2.1_3hz_256.tfrecord",
163
+ "output_size_mb": 322.02
164
+ }
tfds_datasets/mixture_v2_1_continuous/1.0.0/mixture_v2_1_continuous-train.tfrecord-00000-of-00001 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98f020ae096b72660451f90de1470bee482ede3722af34bff63d0c098731fcd4
3
+ size 337663078