Cidoyi commited on
Commit
5af68e4
·
verified ·
1 Parent(s): 30f406c

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:3ab01061d04c9af37234cc88936dec64aee9f10942576da1fdd6c60ce681fe04
3
+ size 10106
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Play LA"], "length": 140}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-17.40234375, 162.59765625, 144.228515625, 53.4375, -20.830078125, -0.1834862381219864], "max": [5.009765625, 185.44921875, 171.5625, 63.45703125, 0.17578125, 10.550458908081055], "mean": [-4.336146831512451, 182.42453002929688, 158.6582794189453, 59.70661163330078, -10.001325607299805, 0.21100856363773346], "std": [6.165196895599365, 6.441813945770264, 8.967265129089355, 3.318953514099121, 4.600749969482422, 1.7042922973632812], "count": [140]}, "observation.state": {"min": [-17.2265625, 163.740234375, 148.18359375, 54.4921875, -20.126953125, 0.6872852444648743], "max": [5.009765625, 185.712890625, 172.177734375, 63.28125, -0.439453125, 7.731958389282227], "mean": [-3.9940011501312256, 182.47474670410156, 159.7123260498047, 60.01674270629883, -9.889578819274902, 0.9351998567581177], "std": [5.828710556030273, 6.170799255371094, 8.115934371948242, 3.1094183921813965, 4.237013816833496, 1.1014904975891113], "count": [140]}, "observation.images.laptop": {"min": [[[0.5137254901960784]], [[0.5137254901960784]], [[0.5215686274509804]]], "max": [[[0.996078431372549]], [[0.996078431372549]], [[1.0]]], "mean": [[[0.542625612745098]], [[0.542625612745098]], [[0.5504569035947713]]], "std": [[[0.023826675734657195]], [[0.023826675734657195]], [[0.023649270330196443]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [4.633333333333334], "mean": [2.3166666666666664], "std": [1.3471162615833208], "count": [140]}, "frame_index": {"min": [0], "max": [139], "mean": [69.5], "std": [40.413487847499624], "count": [140]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [140]}, "index": {"min": [0], "max": [139], "mean": [69.5], "std": [40.413487847499624], "count": [140]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [140]}}}
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": 140,
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.laptop": {
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.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7f889977c973204ff165bf3e7875f0ada4456cd0a6623145e752864c61f8a18
3
+ size 34441