bluephysi01 commited on
Commit
c5e4bbd
·
verified ·
1 Parent(s): c854c19

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:140ec9a7576fb60c9bbdec8235c175d8aa509081068f0a889c3fd9ba55313aad
3
+ size 10490
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["grap and place"], "length": 150}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-23.700700759887695, -98.77300262451172, -46.64263153076172, 34.466636657714844, -5.50314474105835, 0.8668242692947388], "max": [14.117213249206543, 17.46421241760254, 99.36908721923828, 97.96005249023438, 7.651991844177246, 45.54767608642578], "mean": [-2.562969446182251, -51.16448974609375, 42.521263122558594, 72.2674789428711, 2.231654644012451, 8.471233367919922], "std": [10.814109802246094, 50.44880676269531, 55.0648193359375, 13.67612075805664, 5.277621269226074, 13.460566520690918], "count": [150]}, "observation.state": {"min": [-23.382352828979492, -98.90664672851562, -44.68468475341797, 35.3267822265625, -5.50649356842041, 1.0788941383361816], "max": [13.529411315917969, 18.25063133239746, 98.82882690429688, 97.77872467041016, 7.584415435791016, 45.246124267578125], "mean": [-2.5446066856384277, -50.648155212402344, 43.263038635253906, 72.21131134033203, 2.1980972290039062, 8.852787971496582], "std": [10.764043807983398, 51.25675582885742, 54.24268341064453, 13.642448425292969, 5.279995441436768, 13.239813804626465], "count": [150]}, "observation.images.front": {"min": [[[0.0]], [[0.01568627450980392]], [[0.0196078431372549]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.40905904003267973]], [[0.3518773508986928]], [[0.321434783496732]]], "std": [[[0.18162916831392634]], [[0.20114360532536288]], [[0.2285353409617316]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [29.8], "mean": [14.9], "std": [8.660061585616274], "count": [150]}, "frame_index": {"min": [0], "max": [149], "mean": [74.5], "std": [43.300307928081374], "count": [150]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [150]}, "index": {"min": [0], "max": [149], "mean": [74.5], "std": [43.300307928081374], "count": [150]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [150]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 150,
6
+ "total_tasks": 1,
7
+ "total_videos": 1,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 5,
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
+ 240,
49
+ 320,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 240,
59
+ "video.width": 320,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 5,
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": "grap and place"}
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:78bf08a60584ca06fef14eb2691f4160988b092048697af854c4e91b38bd5898
3
+ size 920530