Thuongg2907 commited on
Commit
56d15c6
·
verified ·
1 Parent(s): f660b05

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:14b9461c5509232394b0f45aba8792c499449f1c4e7e0172b57fea58a012bde1
3
+ size 272265
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin"], "length": 3854}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-76.92288208007812, -95.78138732910156, -78.97022247314453, 51.709571838378906, -28.188793182373047, -0.032513175159692764], "max": [68.8282241821289, 60.0977897644043, 96.67399597167969, 87.26384735107422, 51.725711822509766, 32.522335052490234], "mean": [29.392738342285156, 1.5355720520019531, -4.592750072479248, 70.95043182373047, 14.198577880859375, 18.736074447631836], "std": [34.08219528198242, 31.937088012695312, 33.15656661987305, 6.771336555480957, 15.255522727966309, 8.2855806350708], "count": [3854]}, "observation.state": {"min": [-76.1712417602539, -98.79206085205078, -75.6340560913086, 52.285484313964844, -27.960927963256836, 0.0], "max": [66.72052001953125, 61.60483169555664, 97.01087188720703, 87.0890121459961, 51.25762939453125, 31.94444465637207], "mean": [29.15608787536621, 3.3977279663085938, -2.716271162033081, 71.09173583984375, 14.12726879119873, 19.3906307220459], "std": [34.02261734008789, 32.201446533203125, 32.889102935791016, 6.693837642669678, 15.2462797164917, 7.542193412780762], "count": [3854]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5424094444611519]], [[0.5102944513780291]], [[0.4805260239150193]]], "std": [[[0.21885053923112163]], [[0.2611760039624593]], [[0.2800352604941679]]], "count": [489]}, "observation.images.side": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5430754457543072]], [[0.5735461062492482]], [[0.6360800511581592]]], "std": [[[0.2387818875449083]], [[0.28098439392679736]], [[0.31384090638632495]]], "count": [489]}, "timestamp": {"min": [0.0], "max": [154.12], "mean": [77.06], "std": [44.50215725108166], "count": [3854]}, "frame_index": {"min": [0], "max": [3853], "mean": [1926.5], "std": [1112.5539312770416], "count": [3854]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3854]}, "index": {"min": [0], "max": [3853], "mean": [1926.5], "std": [1112.5539312770416], "count": [3854]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [3854]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 3854,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 25,
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": 25,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.side": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 25,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a lego block and put it in the bin"}
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:6557dcb51af50747ae83e5f6df23c15e85940bc0af82c09d50674cb008304f34
3
+ size 15104168
videos/chunk-000/observation.images.side/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce866415deaa57385f79e64236797c4c36dc7b4d9a5fc7af5e451dd055225a2c
3
+ size 51492799