GhostScientist commited on
Commit
27e8ba1
·
verified ·
1 Parent(s): c1b7c3a

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:3ff677e84a406de34daf243ebaf790d92377304d62c90a6b7285700ae941f8b2
3
+ size 18962
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Knock down the box"], "length": 404}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [2.7916250228881836, -92.19766235351562, -36.38423156738281, 13.309982299804688, -5.625657081604004, 0.7401315569877625], "max": [77.46759796142578, 19.289119720458984, 90.21295928955078, 99.56217193603516, -1.6824395656585693, 1.1513158082962036], "mean": [20.53121566772461, -59.53380584716797, 45.795719146728516, 72.91638946533203, -2.520277976989746, 0.7948843836784363], "std": [23.380598068237305, 42.542877197265625, 51.176185607910156, 16.881088256835938, 1.2344155311584473, 0.045170772820711136], "count": [404]}, "observation.state": {"min": [2.7205276489257812, -91.26338195800781, -33.423667907714844, 17.877338409423828, -5.406111240386963, 1.3522650003433228], "max": [77.24649810791016, 19.91434669494629, 91.68924713134766, 98.86907196044922, -1.749804139137268, 1.3522650003433228], "mean": [20.299238204956055, -59.20151138305664, 47.211082458496094, 73.08077239990234, -2.5248937606811523, 1.3522663116455078], "std": [23.40948486328125, 42.88155746459961, 51.07064437866211, 16.300033569335938, 1.2753605842590332, 1.3113021850585938e-06], "count": [404]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.15008770697167756]], [[0.15292454793028323]], [[0.14405324346405227]]], "std": [[[0.2153150539518401]], [[0.18603919571232355]], [[0.20643766763068566]]], "count": [100]}, "observation.images.phone": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4334526797385621]], [[0.37817888344226575]], [[0.32258931372549016]]], "std": [[[0.23006045747083792]], [[0.1944687643558272]], [[0.1937744350963301]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [13.433333333333334], "mean": [6.716666666666666], "std": [3.887479903485033], "count": [404]}, "frame_index": {"min": [0], "max": [403], "mean": [201.5], "std": [116.62439710455098], "count": [404]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [404]}, "index": {"min": [0], "max": [403], "mean": [201.5], "std": [116.62439710455098], "count": [404]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [404]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 404,
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.wrist": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 720,
59
+ "video.width": 1280,
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.phone": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 720,
72
+ 1280,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 720,
82
+ "video.width": 1280,
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": "Knock down the box"}
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7da245f0dcf626618637161576f499a6d5cfea08bfd8f8d778a95af23d10cd1
3
+ size 19136525
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75dc8d972569376b09f4a0681138d1876e3d241c42709fc0bd6c6916fc3dd9e5
3
+ size 8486608