Arcod commited on
Commit
6974fbd
·
verified ·
1 Parent(s): 9aec438

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:8e595b2512e4837a9c3fe540b622b29cccaf18048078a065ec27e016c57b7072
3
+ size 25346
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab a bonbon"], "length": 558}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-25.13833999633789, -97.66129302978516, -10.498220443725586, 53.964195251464844, -0.07822685688734055, 4.86274528503418], "max": [18.972332000732422, 19.19354820251465, 97.8647689819336, 90.6223373413086, 19.5306396484375, 31.13725471496582], "mean": [-5.240920543670654, -48.296600341796875, 51.6249885559082, 66.20604705810547, 6.520859241485596, 14.140528678894043], "std": [11.644775390625, 46.30314636230469, 47.01264190673828, 11.183937072753906, 5.61679744720459, 7.836056709289551], "count": [558]}, "observation.state": {"min": [-25.071575164794922, -98.90618133544922, -7.033363342285156, 54.6575927734375, 0.15544041991233826, 6.237557888031006], "max": [19.182004928588867, 19.64661407470703, 99.81965637207031, 90.47213745117188, 19.378238677978516, 30.39150619506836], "mean": [-5.524709224700928, -47.635536193847656, 53.646026611328125, 66.74700164794922, 6.545300006866455, 14.169819831848145], "std": [11.699457168579102, 47.1169548034668, 46.22606658935547, 10.908967018127441, 5.698951721191406, 7.1664252281188965], "count": [558]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5387252626562321]], [[0.5077944096863892]], [[0.5169118578718037]]], "std": [[[0.22944834831335664]], [[0.25656619093002236]], [[0.2670938499495382]]], "count": [114]}, "observation.images.global": {"min": [[[0.027450980392156862]], [[0.0196078431372549]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5473937884608034]], [[0.5166776053013797]], [[0.496428732847915]]], "std": [[[0.2321992150168999]], [[0.2642626499171782]], [[0.27758264433819285]]], "count": [114]}, "timestamp": {"min": [0.0], "max": [18.566666666666666], "mean": [9.283333333333333], "std": [5.369348881140748], "count": [558]}, "frame_index": {"min": [0], "max": [557], "mean": [278.5], "std": [161.08046643422244], "count": [558]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [558]}, "index": {"min": [0], "max": [557], "mean": [278.5], "std": [161.08046643422244], "count": [558]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [558]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so101_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 558,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
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
+ "observation.images.global": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 1080,
72
+ 1920,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 1080,
82
+ "video.width": 1920,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
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": "Grab a bonbon"}
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:b228fad22bd38a6439aef2e3448afb81cb8fa99f341383c30590c48ad43beb9e
3
+ size 9665198
videos/chunk-000/observation.images.global/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62c25d5a81ab6520488fa1cca71227a742e575a92c1da8f39ac9fed1ee07b217
3
+ size 27758911