ddfj34 commited on
Commit
b7b9764
·
verified ·
1 Parent(s): c430a1e

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:f1708033afe82103324302a3f2cd69473f1776eab0fbd706734ea5d8fb9207c0
3
+ size 77554
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the white cube"], "length": 1301}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [0.5610446929931641, -93.75635528564453, 8.301986694335938, 61.33522033691406, -6.448914527893066, 0.9899616241455078], "max": [44.53118896484375, 17.69317054748535, 90.48228454589844, 87.70431518554688, 2.9190521240234375, 32.67018127441406], "mean": [38.577510833740234, 9.196189880371094, 14.114400863647461, 82.9247055053711, 1.5128153562545776, 6.7932891845703125], "std": [8.897249221801758, 23.581544876098633, 16.91689109802246, 4.933682441711426, 1.8481374979019165, 9.712566375732422], "count": [1301]}, "observation.state": {"min": [0.6601941585540771, -99.25093841552734, 10.285455703735352, 61.99324417114258, -6.024730205535889, 1.830065369606018], "max": [44.46601867675781, 17.9359130859375, 100.0, 87.5, 2.8150486946105957, 32.28758239746094], "mean": [38.497535705566406, 9.737518310546875, 15.902599334716797, 82.66624450683594, 1.525154948234558, 7.133128643035889], "std": [9.16783332824707, 24.58601951599121, 17.7208309173584, 4.802392482757568, 1.8255722522735596, 9.090941429138184], "count": [1301]}, "observation.images.front": {"min": [[[0.0]], [[0.00392156862745098]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5543962947833454]], [[0.5718988024993948]], [[0.5313674188554023]]], "std": [[[0.24414085676953684]], [[0.2694327346081195]], [[0.26556328847885124]]], "count": [216]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5134420754155572]], [[0.5097143321834906]], [[0.5073843853384975]]], "std": [[[0.16763458635331394]], [[0.17775675687312978]], [[0.17395868991329214]]], "count": [216]}, "timestamp": {"min": [0.0], "max": [43.333333333333336], "mean": [21.666666666666664], "std": [12.518874638809281], "count": [1301]}, "frame_index": {"min": [0], "max": [1300], "mean": [650.0], "std": [375.56623916427844], "count": [1301]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1301]}, "index": {"min": [0], "max": [1300], "mean": [650.0], "std": [375.56623916427844], "count": [1301]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1301]}}}
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": 1301,
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
+ 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.side": {
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": "Grab the white 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:cabc85f1eb456d4f595f4f0ec7c0a81cfdefbcd53e2c8690113db569cb49f1d1
3
+ size 27208705
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:b3b74678afd5633b90ccffcb020a9604936a0a24db5951091788c2248b1b79cd
3
+ size 46915487