Cidoyi commited on
Commit
fc6b3d3
·
verified ·
1 Parent(s): b1a0d10

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:456d30986c3dfa01146384fbae25aba52e1b0699f3bdd5c4d9f4a3e0ff0c9f90
3
+ size 14407
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Play LA"], "length": 249}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-7.119140625, 63.28125, 83.671875, -37.44140625, 176.572265625, 97.79816436767578], "max": [1.845703125, 139.39453125, 129.462890625, -12.744140625, 180.87890625, 98.80734252929688], "mean": [-3.234304428100586, 84.9648208618164, 94.57384490966797, -32.3568115234375, 179.21592712402344, 98.48402404785156], "std": [1.9995343685150146, 25.84486198425293, 14.827455520629883, 8.328197479248047, 1.3907041549682617, 0.2860190272331238], "count": [249]}, "observation.state": {"min": [-6.943359375, 63.10546875, 87.802734375, -37.353515625, 176.748046875, 97.3367691040039], "max": [1.93359375, 141.50390625, 144.66796875, -12.744140625, 181.93359375, 98.79724884033203], "mean": [-3.000988245010376, 82.92039489746094, 97.99628448486328, -31.511083602905273, 179.1968536376953, 98.01948547363281], "std": [1.9740749597549438, 26.10927963256836, 15.752525329589844, 8.115589141845703, 1.349253535270691, 0.32866665720939636], "count": [249]}, "observation.images.keyboard_camera": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4392017218137255]], [[0.40843019199346403]], [[0.3847152144607843]]], "std": [[[0.30133466520641866]], [[0.2906249817891376]], [[0.2648727743122897]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [8.266666666666667], "mean": [4.133333333333334], "std": [2.3959842947608694], "count": [249]}, "frame_index": {"min": [0], "max": [248], "mean": [124.0], "std": [71.87952884282609], "count": [249]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [249]}, "index": {"min": [0], "max": [248], "mean": [124.0], "std": [71.87952884282609], "count": [249]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [249]}}}
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": 249,
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:39a6bb0986292cce83f712e536c135aa0a2ae2c0a4e3b040fcf9ab7a3deb376c
3
+ size 1051609