pepijn223 HF Staff commited on
Commit
05a19ae
·
verified ·
1 Parent(s): 72e4945

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:bbaa2d0aab6707c776b202f021c46ce7870b9182b800845c0cb532391f38ce3c
3
+ size 20911
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["My task description"], "length": 219}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [0.1282568722963333, -0.014419443905353546, -0.01748746819794178, -0.5215977430343628, -3.1280813217163086, -0.16733847558498383, 0.0], "max": [0.22076143324375153, 0.005447011906653643, 0.06908248364925385, 0.5232071876525879, 3.1185595989227295, 0.12188617140054703, 46.87074661254883], "mean": [0.16279013454914093, -0.003925140015780926, 0.019447337836027145, -0.0025290781632065773, 2.560267686843872, 0.010816763155162334, 11.617566108703613], "std": [0.02924158237874508, 0.0038096632342785597, 0.02426336146891117, 0.1341468095779419, 1.0959949493408203, 0.07181022316217422, 13.580897331237793], "count": [219]}, "observation.state": {"min": [0.13605442643165588, 0.12825562059879303, -0.01226683147251606, -0.01687694527208805, -0.5421590209007263, -3.1364245414733887, -0.06925800442695618], "max": [43.33333206176758, 0.20835702121257782, 0.0038725940976291895, 0.05179977044463158, 0.5085361003875732, 3.121835708618164, 0.03816516324877739], "mean": [11.572713851928711, 0.15761181712150574, -0.0038272857200354338, 0.012864942662417889, -0.0003719273954629898, 2.528653144836426, -0.011529340408742428], "std": [13.635611534118652, 0.025804581120610237, 0.0035489217843860388, 0.0192970409989357, 0.13642087578773499, 1.2807948589324951, 0.018690498545765877], "count": [219]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.6026400633169934]], [[0.5550814031862745]], [[0.5787070588235295]]], "std": [[[0.167040977277552]], [[0.2642014242750543]], [[0.25393880072479297]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [7.266666666666667], "mean": [3.6333333333333337], "std": [2.1073065132392914], "count": [219]}, "frame_index": {"min": [0], "max": [218], "mean": [109.0], "std": [63.219195397178744], "count": [219]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [219]}, "index": {"min": [0], "max": [218], "mean": [109.0], "std": [63.219195397178744], "count": [219]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [219]}}}
meta/info.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 219,
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
+ "names": [
20
+ "ee.x",
21
+ "ee.y",
22
+ "ee.z",
23
+ "ee.wx",
24
+ "ee.wy",
25
+ "ee.wz",
26
+ "gripper.pos"
27
+ ],
28
+ "shape": [
29
+ 7
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "names": [
35
+ "gripper.pos",
36
+ "ee.x",
37
+ "ee.y",
38
+ "ee.z",
39
+ "ee.wx",
40
+ "ee.wy",
41
+ "ee.wz"
42
+ ],
43
+ "shape": [
44
+ 7
45
+ ]
46
+ },
47
+ "observation.images.front": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 480,
51
+ 640,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "info": {
60
+ "video.height": 480,
61
+ "video.width": 640,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "video.fps": 30,
66
+ "video.channels": 3,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "timestamp": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 1
74
+ ],
75
+ "names": null
76
+ },
77
+ "frame_index": {
78
+ "dtype": "int64",
79
+ "shape": [
80
+ 1
81
+ ],
82
+ "names": null
83
+ },
84
+ "episode_index": {
85
+ "dtype": "int64",
86
+ "shape": [
87
+ 1
88
+ ],
89
+ "names": null
90
+ },
91
+ "index": {
92
+ "dtype": "int64",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "task_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ }
105
+ }
106
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "My task description"}
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:0ebd26e1c7c431317944b590734282395acf12c590ee0e7fcee3700d69180e40
3
+ size 2509780