Alevit commited on
Commit
2d9f11e
·
verified ·
1 Parent(s): 4c2bef8

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:0f5d70888e5b03f6745e71b245ea6505fcf353d7857882641f64cf5dc778889c
3
+ size 89760
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["pick the red lego block and put it in the cup"], "length": 1671}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-4.216615200042725, -4.546099662780762, -55.3388671875, 58.756690979003906, -8.749135971069336, 8.188100814819336], "max": [-0.8355326652526855, 28.547317504882812, 12.331695556640625, 83.71704864501953, -4.517861366271973, 14.51855754852295], "mean": [-2.928781032562256, 23.563663482666016, -45.47828674316406, 79.80351257324219, -6.882225513458252, 12.522479057312012], "std": [1.053472638130188, 7.223538875579834, 15.611522674560547, 5.883147239685059, 0.7917072176933289, 1.272353172302246], "count": [1671]}, "observation.state": {"min": [-4.456721782684326, -79.28878784179688, -45.09272003173828, 60.17130661010742, -8.479915618896484, 2.4424285888671875], "max": [-1.068139910697937, 29.972644805908203, 99.81908416748047, 83.72590637207031, 2.3890786170959473, 13.956733703613281], "mean": [-2.07275128364563, 26.418758392333984, -37.43573760986328, 80.80824279785156, -7.3028998374938965, 12.222089767456055], "std": [0.5811718106269836, 11.303300857543945, 19.445615768432617, 5.970253944396973, 0.9316436052322388, 1.4088608026504517], "count": [1671]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.0]], [[0.0]], [[0.0]]], "mean": [[[0.0]], [[0.0]], [[0.0]]], "std": [[[0.0]], [[0.0]], [[0.0]]], "count": [261]}, "observation.images.iphone_cam": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.567630447666508]], [[0.5356833529495237]], [[0.4751465068573193]]], "std": [[[0.30710641342681944]], [[0.2490724556591552]], [[0.19233527398325062]]], "count": [261]}, "timestamp": {"min": [0.0], "max": [55.666666666666664], "mean": [27.833333333333332], "std": [16.079202117665563], "count": [1671]}, "frame_index": {"min": [0], "max": [1670], "mean": [835.0], "std": [482.37606352996687], "count": [1671]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1671]}, "index": {"min": [0], "max": [1670], "mean": [835.0], "std": [482.37606352996687], "count": [1671]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1671]}}}
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": 1671,
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.iphone_cam": {
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": "pick the red lego block and put it in the cup"}
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:8e78c2347e7869a0439d658ca42d9e8d4093e28cb89de28b843e01cbd9882f62
3
+ size 82889
videos/chunk-000/observation.images.iphone_cam/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23f189d5cf1f3a2e78ee15399876dcdb1ce317a7b2d3a6d5e47a47a976acfa30
3
+ size 100300076