joosma commited on
Commit
bfc3793
·
verified ·
1 Parent(s): 249db81

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:f312cbfdbb3165eb2301b1a34a8e6b8b4865ade403bcf9c6e217dd29859a6526
3
+ size 6015
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Stack Blocks"], "length": 144}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-8.232710838317871, -97.9643783569336, 66.94953155517578, 98.95878601074219, -51.93312454223633, 1.5103338956832886], "max": [-8.232710838317871, -97.9643783569336, 66.94953155517578, 98.95878601074219, -51.93312454223633, 1.5103338956832886], "mean": [-8.232707977294922, -97.96456909179688, 66.94955444335938, 98.95891571044922, -51.933109283447266, 1.510331392288208], "std": [2.86102294921875e-06, 0.00019073486328125, 2.288818359375e-05, 0.00012969970703125, 1.52587890625e-05, 2.5033950805664062e-06], "count": [144]}, "observation.state": {"min": [-8.250824928283691, -97.63912200927734, 65.90807342529297, 98.49056243896484, -51.92108154296875, 1.4046822786331177], "max": [-8.250824928283691, -97.63912200927734, 65.90807342529297, 98.49056243896484, -51.92108154296875, 1.4046822786331177], "mean": [-8.25084114074707, -97.63894653320312, 65.90811920166016, 98.4904556274414, -51.921024322509766, 1.4046820402145386], "std": [1.621246337890625e-05, 0.00017547607421875, 4.57763671875e-05, 0.0001068115234375, 5.7220458984375e-05, 2.384185791015625e-07], "count": [144]}, "observation.images.wrist": {"min": [[[0.023529411764705882]], [[0.01568627450980392]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6348100919117647]], [[0.626789195261438]], [[0.6159646895424837]]], "std": [[[0.16035477804000398]], [[0.18765379927470796]], [[0.22081383914334107]]], "count": [100]}, "observation.images.top": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5946051838235293]], [[0.5934577634803921]], [[0.5772327859477123]]], "std": [[[0.12742083952979577]], [[0.14543985180054206]], [[0.17542800021867025]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.766666666666667], "mean": [2.3833333333333333], "std": [1.3856072341783612], "count": [144]}, "frame_index": {"min": [0], "max": [143], "mean": [71.5], "std": [41.56821702535083], "count": [144]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [144]}, "index": {"min": [0], "max": [143], "mean": [71.5], "std": [41.56821702535083], "count": [144]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [144]}}}
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": 144,
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
+ 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.top": {
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": "Stack Blocks"}
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:2a170257cae19c2e073f2fbab46b498a0fa69befec86aebc5dea22f5d6f627be
3
+ size 3174192
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:bb61b15cfe875d71c21479387fc7e4134a1c419fb4377a5a0d683cc6606bcebb
3
+ size 3511111