Cidoyi commited on
Commit
e46defd
·
verified ·
1 Parent(s): b33cd9c

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:c495ae0cb642804c9cc9fafb05814124a19105c097392be8f1b827d8e480a44c
3
+ size 11743
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Play LA"], "length": 173}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-37.265625, 105.29296875, 150.908203125, -66.533203125, 168.310546875, 97.06422424316406], "max": [0.087890625, 185.537109375, 174.814453125, -25.3125, 195.1171875, 98.1651382446289], "mean": [-22.255125045776367, 152.25552368164062, 162.42848205566406, -45.22150421142578, 184.31069946289062, 97.89737701416016], "std": [15.955751419067383, 30.607614517211914, 10.44948959350586, 11.655776977539062, 8.51982307434082, 0.32588276267051697], "count": [173]}, "observation.state": {"min": [-37.08984375, 106.083984375, 155.654296875, -65.390625, 168.486328125, 97.07904052734375], "max": [-0.087890625, 185.09765625, 175.4296875, -25.3125, 183.33984375, 98.45361328125], "mean": [-22.48780632019043, 150.6917724609375, 164.1532745361328, -45.038612365722656, 179.84860229492188, 97.70138549804688], "std": [15.723393440246582, 30.493227005004883, 9.261534690856934, 11.051230430603027, 4.3048858642578125, 0.4512932300567627], "count": [173]}, "observation.images.keyboard_camera": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4416467524509804]], [[0.40710302083333333]], [[0.3774841870915032]]], "std": [[[0.3285750648252966]], [[0.31427622247203385]], [[0.280444033938611]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [5.733333333333333], "mean": [2.8666666666666667], "std": [1.664665465224503], "count": [173]}, "frame_index": {"min": [0], "max": [172], "mean": [86.0], "std": [49.93996395673509], "count": [173]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [173]}, "index": {"min": [0], "max": [172], "mean": [86.0], "std": [49.93996395673509], "count": [173]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [173]}}}
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": 173,
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:e2a7b067705671769d129722e6121807df4eb76ea6b3fb50e479a24a3515426f
3
+ size 796033