shreyasgite commited on
Commit
9034361
·
verified ·
1 Parent(s): 8554dbb

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:aba411a03d3f2381727594b7740f341dd332947f79970973dd3daf71627df55b
3
+ size 86652
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp red lego brick 3 and put it in blue bin", "Grasp small toy car and put it in blue bin", "Grasp red lego brick 1 and put it in yellow bin", "Grasp yellow toy car and put it in blue bin"], "length": 1686}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-64.16015625, 26.982421875, -2.197265625, 43.06640625, -52.03125, 0.0], "max": [90.0, 193.88671875, 179.208984375, 102.568359375, 57.48046875, 52.95220184326172], "mean": [26.335790634155273, 93.99015808105469, 78.13561248779297, 74.98526763916016, 3.079716682434082, 15.700109481811523], "std": [37.91056442260742, 47.98627853393555, 50.0098762512207, 15.954869270324707, 19.795692443847656, 18.046489715576172], "count": [1686]}, "observation.state": {"min": [-63.45703125, 25.224609375, 1.494140625, 44.12109375, -51.85546875, 0.46118369698524475, 0.40700000524520874, 0.054999999701976776, 0.5170000195503235, 0.1120000034570694, 0.3370000123977661, 0.21400000154972076, 0.47200000286102295, 0.3889999985694885], "max": [89.12109375, 193.623046875, 178.9453125, 100.458984375, 57.216796875, 50.192161560058594, 0.574999988079071, 0.753000020980835, 0.7120000123977661, 0.8510000109672546, 0.34200000762939453, 0.7039999961853027, 0.4749999940395355, 0.824999988079071], "mean": [26.33033561706543, 91.83405303955078, 80.14044189453125, 75.1585464477539, 3.1305432319641113, 16.288963317871094, 0.4866216778755188, 0.20716749131679535, 0.6070560216903687, 0.2904604375362396, 0.34090617299079895, 0.32152649760246277, 0.47433292865753174, 0.4846735894680023], "std": [37.7367057800293, 48.67164611816406, 49.3678092956543, 15.515605926513672, 19.743431091308594, 17.346973419189453, 0.07192778587341309, 0.23604176938533783, 0.0812825933098793, 0.25142088532447815, 0.0020693540573120117, 0.20279771089553833, 0.001241649268195033, 0.18045322597026825], "count": [1686]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.5503387245582644]], [[0.5164951578381669]], [[0.4861227610340714]]], "std": [[[0.24371019286522688]], [[0.21527659318724493]], [[0.19584805441504435]]], "count": [263]}, "timestamp": {"min": [0.0], "max": [56.166666666666664], "mean": [28.083333333333332], "std": [16.223539710579214], "count": [1686]}, "frame_index": {"min": [0], "max": [1685], "mean": [842.5], "std": [486.70619131737647], "count": [1686]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1686]}, "index": {"min": [0], "max": [1685], "mean": [842.5], "std": [486.70619131737647], "count": [1686]}, "task_index": {"min": [0], "max": [3], "mean": [1.0901542111506524], "std": [1.1235367602636601], "count": [1686]}}}
meta/info.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 1686,
6
+ "total_tasks": 4,
7
+ "total_videos": 1,
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
+ 14
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
+ "pick_y1",
44
+ "pick_x1",
45
+ "pick_y2",
46
+ "pick_x2",
47
+ "place_y1",
48
+ "place_x1",
49
+ "place_y2",
50
+ "place_x2"
51
+ ]
52
+ },
53
+ "observation.images.front": {
54
+ "dtype": "video",
55
+ "shape": [
56
+ 480,
57
+ 640,
58
+ 3
59
+ ],
60
+ "names": [
61
+ "height",
62
+ "width",
63
+ "channels"
64
+ ],
65
+ "info": {
66
+ "video.height": 480,
67
+ "video.width": 640,
68
+ "video.codec": "av1",
69
+ "video.pix_fmt": "yuv420p",
70
+ "video.is_depth_map": false,
71
+ "video.fps": 30,
72
+ "video.channels": 3,
73
+ "has_audio": false
74
+ }
75
+ },
76
+ "timestamp": {
77
+ "dtype": "float32",
78
+ "shape": [
79
+ 1
80
+ ],
81
+ "names": null
82
+ },
83
+ "frame_index": {
84
+ "dtype": "int64",
85
+ "shape": [
86
+ 1
87
+ ],
88
+ "names": null
89
+ },
90
+ "episode_index": {
91
+ "dtype": "int64",
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "names": null
96
+ },
97
+ "index": {
98
+ "dtype": "int64",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null
103
+ },
104
+ "task_index": {
105
+ "dtype": "int64",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ }
111
+ }
112
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"task_index": 0, "task": "Grasp red lego brick 3 and put it in blue bin"}
2
+ {"task_index": 1, "task": "Grasp small toy car and put it in blue bin"}
3
+ {"task_index": 2, "task": "Grasp red lego brick 1 and put it in yellow bin"}
4
+ {"task_index": 3, "task": "Grasp yellow toy car and put it in blue bin"}
videos/chunk-000/observation.images.front/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af861a43dae9509c0ac776fc23b4a990605261b80a65e29e0ddefa05136ec8e3
3
+ size 23095510