Thuongg2907 commited on
Commit
2e2cd4f
·
verified ·
1 Parent(s): 074dff8

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:374b66899d00accdfb362f55b7807e0fbe1457220f2ea86cda81d3dc2bb4afd4
3
+ size 168960
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin"], "length": 2346}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-80.1692123413086, -92.8484115600586, -87.70697784423828, 51.79465866088867, -27.09037208557129, 0.12343357503414154], "max": [71.990966796875, 62.92063903808594, 92.21022033691406, 85.93942260742188, 34.703155517578125, 33.029083251953125], "mean": [26.45328712463379, 4.463682174682617, -7.392947673797607, 71.52729797363281, 4.331873893737793, 20.210494995117188], "std": [37.04389953613281, 26.207107543945312, 28.352413177490234, 6.124063014984131, 16.38165855407715, 7.96441125869751], "count": [2346]}, "observation.state": {"min": [-79.24070739746094, -99.74115753173828, -83.8768081665039, 52.68644714355469, -26.83760643005371, 0.0], "max": [69.46688079833984, 64.53839874267578, 98.18840789794922, 85.72573852539062, 34.21245574951172, 32.36111068725586], "mean": [26.19841194152832, 6.2910075187683105, -5.507246971130371, 71.76274871826172, 4.2825026512146, 21.238245010375977], "std": [36.88029098510742, 26.38976287841797, 28.089664459228516, 6.032188892364502, 16.378787994384766, 6.6685686111450195], "count": [2346]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5372233186177537]], [[0.5041508886319117]], [[0.47795091372355075]]], "std": [[[0.2271365322673608]], [[0.26613623717861773]], [[0.2843910037090089]]], "count": [337]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5377677150608018]], [[0.5718901943814123]], [[0.6349937361814162]]], "std": [[[0.23492186478746413]], [[0.27637098728332604]], [[0.30960738318625836]]], "count": [337]}, "timestamp": {"min": [0.0], "max": [93.8], "mean": [46.9], "std": [27.08927216937854], "count": [2346]}, "frame_index": {"min": [0], "max": [2345], "mean": [1172.5], "std": [677.2318042344635], "count": [2346]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2346]}, "index": {"min": [0], "max": [2345], "mean": [1172.5], "std": [677.2318042344635], "count": [2346]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2346]}}}
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": 2346,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 25,
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": 25,
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": 25,
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:388db6ec3a9ff3ae26ffade87dbe86542e39e265eaf2ff9c9abaf1906767aefa
3
+ size 8956895
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:dde91709f9387e756c18d50a33120032a2961540ae536126175e2a64900d8c94
3
+ size 30169829