ddfj34 commited on
Commit
7625a5d
·
verified ·
1 Parent(s): ec63c82

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:b2b1570dc0b91275b50823a9ea1774ea57a78eca387368610fe2411971359c5e
3
+ size 32792
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Place the yellow cube in the green bowl"], "length": 899}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-26.181255340576172, -99.4120101928711, 6.419529914855957, 47.874149322509766, -14.00052547454834, 0.0], "max": [36.56080627441406, 7.349853038787842, 99.3670883178711, 90.98639678955078, 1.970055103302002, 34.09275817871094], "mean": [0.04790361970663071, -67.46075439453125, 66.75432586669922, 68.52731323242188, -5.538722515106201, 7.08745002746582], "std": [13.126681327819824, 41.898468017578125, 37.46767807006836, 12.09892463684082, 4.64306640625, 11.221060752868652], "count": [899]}, "observation.state": {"min": [-26.399999618530273, -98.18482208251953, 8.823529243469238, 48.57870101928711, -13.793103218078613, 1.9297035932540894], "max": [36.380950927734375, 7.59075927734375, 99.55436706542969, 90.66609954833984, 1.933124303817749, 33.769813537597656], "mean": [-0.007582882419228554, -66.95146942138672, 68.42356872558594, 68.68195343017578, -5.563968658447266, 9.260895729064941], "std": [13.097323417663574, 41.951210021972656, 37.60687255859375, 11.762285232543945, 4.63374137878418, 10.81800651550293], "count": [899]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5308567886843084]], [[0.5405647268053563]], [[0.4810512082204156]]], "std": [[[0.25178425626556783]], [[0.27441108236471284]], [[0.2827660908321962]]], "count": [164]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5793298013311016]], [[0.5488181475503481]], [[0.5027264350523407]]], "std": [[[0.2131682510832777]], [[0.23657828738690978]], [[0.2515764320602222]]], "count": [164]}, "timestamp": {"min": [0.0], "max": [29.933333333333334], "mean": [14.966666666666669], "std": [8.650626181573987], "count": [899]}, "frame_index": {"min": [0], "max": [898], "mean": [449.0], "std": [259.5187854472196], "count": [899]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [899]}, "index": {"min": [0], "max": [898], "mean": [449.0], "std": [259.5187854472196], "count": [899]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [899]}}}
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": 899,
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
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 720,
59
+ "video.width": 1280,
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.front": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 720,
72
+ 1280,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 720,
82
+ "video.width": 1280,
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": "Place the yellow cube in the green bowl"}
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:0fb7d4875c0a5e355cb95e175b938bec417e24e24bb477920556bd5876902502
3
+ size 29753655
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:e2f95764e5527f5179da9eb709681c110c57ed362ac6077d1f86ad8ccfae8cd8
3
+ size 10260937