Cidoyi commited on
Commit
a37a22f
·
verified ·
1 Parent(s): c04896d

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:c8614c10bbd75731093db894e550239e2abdc5bcceab568a760fd4bd40886a74
3
+ size 14191
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Play LA"], "length": 247}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-8.525390625, 103.88671875, 148.623046875, -58.359375, 172.880859375, 99.35779571533203], "max": [35.244140625, 157.8515625, 159.78515625, -19.16015625, 178.505859375, 99.44953918457031], "mean": [12.792533874511719, 138.4803924560547, 153.86883544921875, -35.90812301635742, 176.53274536132812, 99.37244415283203], "std": [17.600494384765625, 19.686445236206055, 4.75869607925415, 13.006867408752441, 1.5909919738769531, 0.03379882499575615], "count": [247]}, "observation.state": {"min": [-8.61328125, 103.623046875, 152.138671875, -57.041015625, 173.14453125, 98.71134185791016], "max": [35.244140625, 161.806640625, 161.19140625, -19.248046875, 178.505859375, 98.96907043457031], "mean": [13.005321502685547, 137.04354858398438, 155.993408203125, -35.32242202758789, 176.40298461914062, 98.92052459716797], "std": [17.558979034423828, 19.600418090820312, 3.557548761367798, 12.72081184387207, 1.6216237545013428, 0.050330422818660736], "count": [247]}, "observation.images.keyboard_camera": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44542594771241834]], [[0.41262935049019606]], [[0.37978391135620915]]], "std": [[[0.3310332106820122]], [[0.313363005564914]], [[0.27938276073391605]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.2], "mean": [4.1000000000000005], "std": [2.3767391293301183], "count": [247]}, "frame_index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [247]}, "index": {"min": [0], "max": [246], "mean": [123.0], "std": [71.30217387990355], "count": [247]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [247]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
4
+ "total_episodes": 1,
5
+ "total_frames": 247,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
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.keyboard_camera": {
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
+ "timestamp": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "frame_index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "episode_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "task_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ }
103
+ }
104
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Play LA"}
videos/chunk-000/observation.images.keyboard_camera/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ee13e529980880fd721da2b51f01fae0f2d9826e16cbf12ad7b4731235a83c3
3
+ size 1158784