YDY0427 commited on
Commit
4ff1189
·
verified ·
1 Parent(s): 2a00a68

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:17a3c85658241c18b248479b79c90c00baf5a2949aa866e228ea07f80a3e6682
3
+ size 27221
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick my cheese to black panel."], "length": 529}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-47.4883918762207, -100.0, 12.335001945495605, 42.43663024902344, -1.9291819334030151, 0.0], "max": [12.87463092803955, 17.601043701171875, 95.99453735351562, 71.87244415283203, 18.046398162841797, 60.15367889404297], "mean": [-17.712810516357422, -56.48324966430664, 64.86428833007812, 60.000125885009766, 5.875533103942871, 13.839273452758789], "std": [17.12897300720215, 47.18076705932617, 29.76243782043457, 10.465423583984375, 6.789821624755859, 18.022188186645508], "count": [529]}, "observation.state": {"min": [-47.59660720825195, -98.76543426513672, 14.699231147766113, 42.86882019042969, -1.6849817037582397, 0.4029008746147156], "max": [12.441093444824219, 18.077600479125977, 100.0, 72.04740142822266, 17.80219841003418, 59.79049301147461], "mean": [-18.01486587524414, -55.32276916503906, 66.76145935058594, 60.15315628051758, 5.751733779907227, 14.55030632019043], "std": [17.065475463867188, 47.21715545654297, 30.16712760925293, 10.517890930175781, 6.8518452644348145, 17.363399505615234], "count": [529]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5271547199940583]], [[0.5131359959893048]], [[0.5247256108882946]]], "std": [[[0.31260840714316707]], [[0.2930473074399938]], [[0.29231277160821667]]], "count": [110]}, "timestamp": {"min": [0.0], "max": [17.6], "mean": [8.8], "std": [5.090295778352287], "count": [529]}, "frame_index": {"min": [0], "max": [528], "mean": [264.0], "std": [152.7088733505686], "count": [529]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [529]}, "index": {"min": [0], "max": [528], "mean": [264.0], "std": [152.7088733505686], "count": [529]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [529]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 529,
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
+ "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
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
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
+ "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": "Pick my cheese to black panel."}
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:c1a55b0749f060585100a7f581c2f6eb466c102de00962dfae095d8a0face1f9
3
+ size 9803660