sergiov2000 commited on
Commit
c63152b
·
verified ·
1 Parent(s): 84f4079

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:0649e63943142ee2c5d2af44122ca249ae2272247d8d3084af6f862d431d878a
3
+ size 13368
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick the yellow lego block and put it in the box."], "length": 143}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-16.91387367248535, 74.8084487915039, 73.26128387451172, 44.37651824951172, -16.396940231323242, -0.7393662929534912], "max": [-6.695127487182617, 185.13803100585938, 171.66136169433594, 73.4208984375, -5.07344913482666, 22.334745407104492], "mean": [-13.451860427856445, 120.71754455566406, 112.69842529296875, 60.89399337768555, -9.508111953735352, 10.041077613830566], "std": [3.0429165363311768, 33.253170013427734, 30.055646896362305, 9.536425590515137, 3.522350549697876, 7.359991550445557], "count": [143]}, "observation.state": {"min": [-16.875, 75.41015625, 76.11328125, 42.978515625, -15.99609375, 0.33112582564353943], "max": [-3.8671875, 186.591796875, 193.623046875, 72.24609375, -5.361328125, 21.192052841186523], "mean": [-13.10062026977539, 122.81700897216797, 118.318603515625, 60.29665756225586, -9.374180793762207, 9.618278503417969], "std": [3.405635356903076, 34.44279479980469, 32.43585205078125, 9.793086051940918, 3.4575881958007812, 7.055979251861572], "count": [143]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5648542218137255]], [[0.5032188276143791]], [[0.5041899244281046]]], "std": [[[0.34142345907084515]], [[0.35089029590927195]], [[0.35566566997166144]]], "count": [100]}, "observation.images.above": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6282559538398693]], [[0.5038831535947713]], [[0.5122905433006536]]], "std": [[[0.26446052729323954]], [[0.29581077313461523]], [[0.29983841328509336]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.733333333333333], "mean": [2.3666666666666667], "std": [1.3759844960366863], "count": [143]}, "frame_index": {"min": [0], "max": [142], "mean": [71.0], "std": [41.27953488110059], "count": [143]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [143]}, "index": {"min": [0], "max": [142], "mean": [71.0], "std": [41.27953488110059], "count": [143]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [143]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 143,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.side": {
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.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.above": {
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.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "h264",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
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": "Pick the yellow lego block and put it in the box."}
videos/chunk-000/observation.images.above/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3af28663399fb1cff8de6e0b52342ba09de2a4d6f2d42d3ec80c7b9316251990
3
+ size 2358233
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:36a9f7cdc22dfad0b45ad1cfe490566d8aed0b273fc3c7e27715851f2fd63ea1
3
+ size 2562714