Thuongg2907 commited on
Commit
4032c7c
·
verified ·
1 Parent(s): dd70484

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:ce774db4cddcc876f8156c6cbf1a77cf660a5a4a3d1a66cd581c6bc1c1c904c3
3
+ size 4933
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin"], "length": 24}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [10.259438514709473, -95.8049545288086, 98.32910919189453, 48.46814727783203, 1.0790700912475586, -0.008771896362304688], "max": [11.978681564331055, -95.06612396240234, 99.16556549072266, 48.67066192626953, 1.3510618209838867, 0.2173919677734375], "mean": [11.159252166748047, -95.43881225585938, 98.74268341064453, 48.54526138305664, 1.2009081840515137, 0.13519565761089325], "std": [0.4603630006313324, 0.19224457442760468, 0.21636837720870972, 0.04961718991398811, 0.07961443066596985, 0.06003093346953392], "count": [24]}, "observation.state": {"min": [9.935379981994629, -95.08197021484375, 97.91666412353516, 49.2381706237793, 0.8058608174324036, 0.9027777910232544], "max": [10.662358283996582, -94.9094009399414, 98.18840789794922, 50.040096282958984, 0.8058608174324036, 0.9027777910232544], "mean": [10.20799732208252, -95.0532455444336, 98.1506576538086, 49.36179733276367, 0.805860698223114, 0.9027779698371887], "std": [0.2282441109418869, 0.06431278586387634, 0.09026628732681274, 0.26994776725769043, 1.1920928955078125e-07, 1.7881393432617188e-07], "count": [24]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.520736808959695]], [[0.5691159449891068]], [[0.6427837094907407]]], "std": [[[0.23747508724886848]], [[0.2705622240698536]], [[0.3091484308943875]]], "count": [24]}, "observation.images.side": {"min": [[[0.0]], [[0.00784313725490196]], [[0.0]]], "max": [[[0.8588235294117647]], [[0.8666666666666667]], [[0.8313725490196079]]], "mean": [[[0.5892860923883442]], [[0.5657652335239651]], [[0.5499199346405228]]], "std": [[[0.2076846700305386]], [[0.25562873247833334]], [[0.2672256659668626]]], "count": [24]}, "timestamp": {"min": [0.0], "max": [0.7666666666666667], "mean": [0.3833333333333333], "std": [0.2307395517477243], "count": [24]}, "frame_index": {"min": [0], "max": [23], "mean": [11.5], "std": [6.922186552431729], "count": [24]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [24]}, "index": {"min": [0], "max": [23], "mean": [11.5], "std": [6.922186552431729], "count": [24]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [24]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 24,
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
+ "shoulder_pan.pos",
24
+ "shoulder_lift.pos",
25
+ "elbow_flex.pos",
26
+ "wrist_flex.pos",
27
+ "wrist_roll.pos",
28
+ "gripper.pos"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "shoulder_pan.pos",
38
+ "shoulder_lift.pos",
39
+ "elbow_flex.pos",
40
+ "wrist_flex.pos",
41
+ "wrist_roll.pos",
42
+ "gripper.pos"
43
+ ]
44
+ },
45
+ "observation.images.front": {
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": {
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 lego block and put it in the 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:77f561eb1f308ac12702bb0b5905495ba177c74e00313c2aa8b092cb1f0896d0
3
+ size 304674
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37d9fb6e737888e5d5fac5adb55b334aebfcebf52b580e1bccc97df97ad2b710
3
+ size 100465