danielkorth commited on
Commit
3ea236a
·
verified ·
1 Parent(s): 987177b

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:fd6d8bf23a9eb9236717b063977a07fe39f1fb7f2bdbdf8c8135da4d49bd4968
3
+ size 6859
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["put the green marker into the black bag"], "length": 48}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-6.145058631896973, -95.59649658203125, 73.43582916259766, 66.98013305664062, -2.978365659713745, 1.1042966842651367], "max": [0.49615955352783203, -63.803436279296875, 100.91382598876953, 71.47062683105469, 1.4705636501312256, 5.967671871185303], "mean": [-2.1407535076141357, -81.40493774414062, 88.66063690185547, 69.21775817871094, -0.6857958436012268, 3.5867512226104736], "std": [1.554727554321289, 7.325638294219971, 6.804470062255859, 1.1775153875350952, 0.9765750169754028, 1.0532981157302856], "count": [48]}, "observation.state": {"min": [-6.217228412628174, -95.17069244384766, 76.43885040283203, 67.77003479003906, -2.759462833404541, 1.605351209640503], "max": [0.6741573214530945, -64.11323547363281, 99.1906509399414, 73.5191650390625, 1.1477411985397339, 5.752508163452148], "mean": [-2.0255930423736572, -81.65764617919922, 90.1172866821289, 69.73540496826172, -0.6990232467651367, 3.4517838954925537], "std": [1.581331491470337, 7.562173366546631, 6.561903953552246, 1.218333125114441, 0.9278354048728943, 0.9762924909591675], "count": [48]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6050435446169209]], [[0.6116533337872185]], [[0.6169720179738563]]], "std": [[[0.3093078070333583]], [[0.3027245340644393]], [[0.30107720337203003]]], "count": [48]}, "observation.images.gripper": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.49276002519063183]], [[0.4850922011165577]], [[0.48695740854212055]]], "std": [[[0.30640135124909634]], [[0.2965625616088985]], [[0.29938113334251715]]], "count": [48]}, "timestamp": {"min": [0.0], "max": [1.5666666666666667], "mean": [0.7833333333333332], "std": [0.4617799700514746], "count": [48]}, "frame_index": {"min": [0], "max": [47], "mean": [23.5], "std": [13.853399101544236], "count": [48]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [48]}, "index": {"min": [0], "max": [47], "mean": [23.5], "std": [13.853399101544236], "count": [48]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [48]}}}
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": 48,
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.side": {
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
+ "observation.images.gripper": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 1080,
72
+ 1920,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 1080,
82
+ "video.width": 1920,
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": "put the green marker into the black bag"}
videos/chunk-000/observation.images.gripper/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03ec15b3b02b9c98b0269f84bf9b2a9483f19fc8082f4e049db272f83049bf6a
3
+ size 492348
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:72e229364950ee8c495c70f54f88bf6b283b3209cd139a0ee5577e4ceb063c62
3
+ size 965598