radiuson commited on
Commit
eec1742
·
verified ·
1 Parent(s): ef8a0e4

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:3df80a5b95cc1c3410658ee45cccee1da5007cfc603ae8e5038b1e58ae236277
3
+ size 102180
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the red cube into the box"], "length": 1709}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-12.459369659423828, -98.09158325195312, -10.913742065429688, 50.48790740966797, -6.072566032409668, 0.8613839149475098], "max": [61.26939010620117, 13.223121643066406, 100.46587371826172, 98.26754760742188, 44.74107360839844, 32.775386810302734], "mean": [4.599621772766113, -82.11600494384766, 83.03874969482422, 74.60295867919922, 1.1251806020736694, 4.110664367675781], "std": [10.631017684936523, 33.12270736694336, 34.76906204223633, 7.89381742477417, 7.625080585479736, 7.358665466308594], "count": [1709]}, "observation.state": {"min": [-12.313803672790527, -97.77678680419922, -7.958162784576416, 50.68143081665039, -5.848564147949219, 1.8324607610702515], "max": [60.97318649291992, 13.650511741638184, 99.36334991455078, 97.614990234375, 44.229766845703125, 32.26439666748047], "mean": [4.520875930786133, -82.09523010253906, 83.28335571289062, 74.82073211669922, 1.0948400497436523, 4.646556854248047], "std": [10.602127075195312, 33.4710578918457, 33.7797966003418, 7.84487247467041, 7.592166423797607, 7.684472560882568], "count": [1709]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.48768404396349735]], [[0.48271091379948206]], [[0.4668863284622025]]], "std": [[[0.19363252287833954]], [[0.21108624746861218]], [[0.23029224727777525]]], "count": [265]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6981616298248859]], [[0.6654513680786781]], [[0.6567428613269207]]], "std": [[[0.1386752480888054]], [[0.15621856920940524]], [[0.15880900606588635]]], "count": [265]}, "timestamp": {"min": [0.0], "max": [56.93333333333333], "mean": [28.466666666666665], "std": [16.444857352173454], "count": [1709]}, "frame_index": {"min": [0], "max": [1708], "mean": [854.0], "std": [493.34572056520364], "count": [1709]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1709]}, "index": {"min": [0], "max": [1708], "mean": [854.0], "std": [493.34572056520364], "count": [1709]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1709]}}}
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": 1709,
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.top": {
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.wrist": {
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": "Put the red cube into the box"}
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b3756f47e054c1aee801f280362e5bd46a68cdf9d5e746bbf41ff2f98c00c34
3
+ size 10293917
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:16f13ef019ca6a8b44a7eacb826028f5625669684a0c8755f1e94cf8ab6d86a7
3
+ size 7110628