F-Fer commited on
Commit
d1d53da
·
verified ·
1 Parent(s): 62ed69b

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:b692eafe5c3b169da15a0956c0c53cf5ba2eb91961eca61844a6a8b9ccd9e15b
3
+ size 49516
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Put the highlighter in the cardboard box."], "length": 1022}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-40.99836349487305, -99.41226196289062, -50.996376037597656, 36.254295349121094, -2.276336669921875, 0.0], "max": [26.26841163635254, 10.579344749450684, 95.83333587646484, 91.15119934082031, 16.9401798248291, 22.775510787963867], "mean": [0.6692354083061218, -34.424598693847656, 45.55742263793945, 57.95647430419922, 2.9382660388946533, 9.163580894470215], "std": [21.6155948638916, 37.816917419433594, 37.64250946044922, 13.843355178833008, 3.527794599533081, 8.776649475097656], "count": [1022]}, "observation.state": {"min": [-40.66437530517578, -98.82105255126953, -48.436790466308594, 37.24314880371094, -2.3687424659729004, 0.7508532404899597], "max": [25.69683074951172, 10.821052551269531, 96.01268768310547, 91.0102767944336, 16.33699607849121, 22.593856811523438], "mean": [0.6089052557945251, -33.657470703125, 46.63448715209961, 58.116641998291016, 2.861309289932251, 11.273632049560547], "std": [21.670698165893555, 37.990509033203125, 37.254886627197266, 13.861632347106934, 3.4593935012817383, 8.287225723266602], "count": [1022]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7782003192326313]], [[0.7762952811062697]], [[0.7771618630476882]]], "std": [[[0.21716539103216007]], [[0.2247826925022883]], [[0.2192540998983057]]], "count": [180]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.7118337055192447]], [[0.709967072137497]], [[0.715019052590172]]], "std": [[[0.29838534351892787]], [[0.3007230788212836]], [[0.29488708828711474]]], "count": [180]}, "timestamp": {"min": [0.0], "max": [34.03333333333333], "mean": [17.016666666666666], "std": [9.834194877512285], "count": [1022]}, "frame_index": {"min": [0], "max": [1021], "mean": [510.5], "std": [295.0258463253686], "count": [1022]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1022]}, "index": {"min": [0], "max": [1021], "mean": [510.5], "std": [295.0258463253686], "count": [1022]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1022]}}}
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": 1022,
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
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 720,
59
+ "video.width": 1280,
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.top": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 720,
72
+ 1280,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 720,
82
+ "video.width": 1280,
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": "Put the highlighter in the cardboard box."}
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:c871159929a19617ffae79f115cc057734ef3c8820f80e3325e5da9822a44a7e
3
+ size 12944223
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:584d5989d884ccac5180342fa3eb419a161438b58ba5a3b29d13e033964959a1
3
+ size 22353504