semi01 commited on
Commit
3a26b7a
·
verified ·
1 Parent(s): 2b8f29a

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:21d40fa537b2b7e30fa9bd4a790e2fc7a5e5b284b750d4aca696f6a680610904
3
+ size 56663
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["grab the plushie"], "length": 822}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-42.84311294555664, 29.781051635742188, -67.1315689086914, 92.89593505859375, -58.91392517089844, 0.22517681121826172], "max": [26.228036880493164, 70.89601135253906, -29.429601669311523, 99.41956329345703, -45.78248596191406, 56.74155044555664], "mean": [-9.493680000305176, 56.9553108215332, -50.25984191894531, 96.6792221069336, -52.95703125, 10.463107109069824], "std": [18.373382568359375, 8.692907333374023, 7.092779159545898, 1.9507882595062256, 3.3057548999786377, 14.605382919311523], "count": [822]}, "observation.state": {"min": [-41.803279876708984, 36.96274948120117, -62.43243408203125, 93.32220458984375, -58.617103576660156, 1.4416775703430176], "max": [28.606557846069336, 81.27984619140625, -28.91891860961914, 98.66444396972656, -46.191837310791016, 55.635650634765625], "mean": [-9.172233581542969, 62.4376335144043, -47.38030242919922, 96.34783935546875, -52.94124984741211, 10.506463050842285], "std": [18.543542861938477, 7.957526683807373, 6.236632347106934, 1.7248708009719849, 3.2034912109375, 14.249356269836426], "count": [822]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.29974129074287664]], [[0.25634705846754097]], [[0.22433280825038804]]], "std": [[[0.2130380556544647]], [[0.20187665418259212]], [[0.20337706454672944]]], "count": [153]}, "timestamp": {"min": [0.0], "max": [27.366666666666667], "mean": [13.68333333333333], "std": [7.909692834790789], "count": [822]}, "frame_index": {"min": [0], "max": [821], "mean": [410.5], "std": [237.29078504372364], "count": [822]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [822]}, "index": {"min": [0], "max": [821], "mean": [410.5], "std": [237.29078504372364], "count": [822]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [822]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 822,
6
+ "total_tasks": 1,
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
+ "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
+ 1080,
49
+ 1920,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
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
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "grab the plushie"}
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:db91d832dc702227ebdf45a2461e5a13ca9873d536458bd0feaa6d6ffed0a150
3
+ size 23316822