usoo commited on
Commit
74e22b4
·
verified ·
1 Parent(s): 8eba711

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:7c17731fa114600ab742cd5d830ad760ae80a60ca45dc4a4c591beeb927be4f5
3
+ size 36796
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the box"], "length": 764}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [8.723021507263184, -98.65696716308594, -26.397092819213867, -99.13232421875, -5.9784040451049805, 17.004680633544922], "max": [45.9532356262207, 21.880247116088867, 99.90913391113281, 96.09544372558594, 7.084540367126465, 34.243370056152344], "mean": [20.43381690979004, -37.38299560546875, 25.461755752563477, 41.0732421875, 2.9914777278900146, 24.18596076965332], "std": [9.412734985351562, 47.04425811767578, 38.039703369140625, 57.59973907470703, 4.274837970733643, 5.458448886871338], "count": [764]}, "observation.state": {"min": [8.789237976074219, -98.87513732910156, -23.739688873291016, -99.3067626953125, -6.422018527984619, 18.35443115234375], "max": [45.82959747314453, 22.497188568115234, 99.54170227050781, 95.66724395751953, 6.893840312957764, 34.03656768798828], "mean": [20.2175235748291, -36.66364669799805, 26.79696273803711, 40.534027099609375, 2.8746392726898193, 24.229598999023438], "std": [9.40853500366211, 47.471160888671875, 37.56612014770508, 58.558528900146484, 4.375149726867676, 5.424554347991943], "count": [764]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.50289890551048]], [[0.4948277425625423]], [[0.4961478363759297]]], "std": [[[0.24743061688880053]], [[0.2545531277080789]], [[0.2675617226195693]]], "count": [145]}, "observation.images.side": {"min": [[[0.07450980392156863]], [[0.09019607843137255]], [[0.047058823529411764]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6209965559499662]], [[0.5979933386860491]], [[0.6049632634663061]]], "std": [[[0.22040465908477372]], [[0.20724341507879704]], [[0.20837250582534983]]], "count": [145]}, "timestamp": {"min": [0.0], "max": [25.433333333333334], "mean": [12.716666666666669], "std": [7.351587130227958], "count": [764]}, "frame_index": {"min": [0], "max": [763], "mean": [381.5], "std": [220.54761390683873], "count": [764]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [764]}, "index": {"min": [0], "max": [763], "mean": [381.5], "std": [220.54761390683873], "count": [764]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [764]}}}
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": 764,
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 the box"}
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:a88bbf85e164cb286a877111cfb192375a1b09601762d5b35c30cd853d042604
3
+ size 6279908
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:3844a0c5762593891b730ffb936f02d05a6cb930d909036c70ed537d424645bc
3
+ size 8628590