ckokenoz commited on
Commit
f3d3267
·
verified ·
1 Parent(s): d2ab984

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:0794007ea2d460474447b31b5d5258bdcfb0a0b5f86e8027045f5fe3231d92ec
3
+ size 54279
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab and pick cube"], "length": 1423}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-35.289634704589844, -99.8324966430664, -32.82167053222656, 37.006507873535156, -5.101739883422852, 8.52514934539795], "max": [11.890243530273438, 35.00837707519531, 95.57562255859375, 98.6117172241211, -2.919492721557617, 38.87467956542969], "mean": [-10.845691680908203, -34.158329010009766, 34.551143646240234, 67.13568878173828, -4.320277690887451, 23.59990692138672], "std": [16.48455810546875, 53.17831802368164, 52.64631652832031, 14.818516731262207, 0.7703403234481812, 11.658809661865234], "count": [1423]}, "observation.state": {"min": [-35.45419692993164, -99.82964324951172, -30.23255729675293, 38.19819641113281, -5.340829372406006, 9.82608699798584], "max": [11.843618392944336, 35.60477066040039, 97.94275665283203, 98.01802062988281, -3.1623330116271973, 38.0], "mean": [-10.86829948425293, -33.32354736328125, 36.0778694152832, 67.06373596191406, -4.30124044418335, 25.103910446166992], "std": [16.51820945739746, 54.03186798095703, 52.20037078857422, 14.555686950683594, 0.7016713619232178, 9.71346664428711], "count": [1423]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[0.9882352941176471]], [[0.984313725490196]]], "mean": [[[0.5704900687547746]], [[0.580790068931613]], [[0.5727923687151628]]], "std": [[[0.15338790582446218]], [[0.1569871308232365]], [[0.16927334951471784]]], "count": [231]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5067014109936904]], [[0.5375530842387459]], [[0.5689712036329684]]], "std": [[[0.2878814038377488]], [[0.2522008895394621]], [[0.25494820133869084]]], "count": [231]}, "timestamp": {"min": [0.0], "max": [47.4], "mean": [23.7], "std": [13.692820503217492], "count": [1423]}, "frame_index": {"min": [0], "max": [1422], "mean": [711.0], "std": [410.78461509652476], "count": [1423]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1423]}, "index": {"min": [0], "max": [1422], "mean": [711.0], "std": [410.78461509652476], "count": [1423]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1423]}}}
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": 1423,
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": "Grab and pick cube"}
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:eb624bb578a59d40330419062b2aba2bf8d96064f807f9fdc5c83f653cbd3114
3
+ size 6940182
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:14d5ce5c75869f750c8afea50450dcb52bea1daf1ddf4d5abe08d366ad2b3438
3
+ size 10940238