asafxrev commited on
Commit
122d92f
·
verified ·
1 Parent(s): 91bbf63

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33413a094395f174253b2e68f10385b31d1c1add669ce1e978bca6351dfcba8d
3
+ size 31718
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a Jenga piece and put it on top the box"], "length": 896}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-2.8125, 64.16015625, 52.734375, 67.1484375, -6.240234375, 0.0], "max": [13.359375, 185.185546875, 162.7734375, 93.515625, 15.029296875, 27.46331024169922], "mean": [7.6150946617126465, 157.52735900878906, 138.15286254882812, 78.66094207763672, 2.595127582550049, 4.302139759063721], "std": [4.068277359008789, 41.279605865478516, 36.59847640991211, 4.02277135848999, 5.713565826416016, 8.892839431762695], "count": [896]}, "observation.state": {"min": [-2.98828125, 63.984375, 54.66796875, 66.884765625, -6.064453125, 0.2830856144428253], "max": [13.095703125, 185.185546875, 162.861328125, 93.427734375, 14.765625, 27.105449676513672], "mean": [7.70965576171875, 157.228515625, 138.66749572753906, 79.04437255859375, 2.694887399673462, 5.160380840301514], "std": [4.136626243591309, 41.81300354003906, 36.025146484375, 4.0041584968566895, 5.623839855194092, 8.96501636505127], "count": [896]}, "observation.images.follower_cam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49110237228838366]], [[0.4996905975580416]], [[0.49943517557841133]]], "std": [[[0.283042088942075]], [[0.26669219915059755]], [[0.2848826936919345]]], "count": [163]}, "observation.images.side_cam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4719183708248125]], [[0.47825769878503543]], [[0.48261914696860336]]], "std": [[[0.23444905886629594]], [[0.22267135844580394]], [[0.21735743725734352]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.833333333333332], "mean": [14.916666666666668], "std": [8.621758650195575], "count": [896]}, "frame_index": {"min": [0], "max": [895], "mean": [447.5], "std": [258.65275950586727], "count": [896]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [896]}, "index": {"min": [0], "max": [895], "mean": [447.5], "std": [258.65275950586727], "count": [896]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [896]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 896,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.follower_cam": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.side_cam": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a Jenga piece and put it on top the box"}
videos/chunk-000/observation.images.follower_cam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebe7ae5f9f6afeef5f018ced4f56c53a8e2b27c6527406856674167415e45cfc
3
+ size 5695893
videos/chunk-000/observation.images.side_cam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95a603a9eff4cb431936a6b7430a50d5fa478aa5d25cb20465fe68a16207afa6
3
+ size 10416789