Killian74 commited on
Commit
5dd7661
·
verified ·
1 Parent(s): cedd769

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:a506f7f5a741d60de99bc2ff8e14bc51da6e3710f0af30998822c4244812ed64
3
+ size 21143
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the pink object and place it to the black cup"], "length": 271}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [28.490745544433594, -9.299459457397461, -14.51333236694336, 42.234413146972656, 10.073610305786133, 0.7969245910644531], "max": [51.536033630371094, 17.18117332458496, 25.16337013244629, 55.7646369934082, 23.600479125976562, 19.394630432128906], "mean": [35.135799407958984, 5.380510330200195, 0.9914212822914124, 46.943973541259766, 17.206579208374023, 10.7664213180542], "std": [6.485040187835693, 5.485354900360107, 9.226568222045898, 3.752866506576538, 3.4751930236816406, 5.925398349761963], "count": [271]}, "observation.state": {"min": [29.13907241821289, -13.355875015258789, -8.744902610778809, 43.822147369384766, 8.176100730895996, 1.9661016464233398], "max": [50.110374450683594, 16.652578353881836, 25.328500747680664, 61.17999267578125, 23.0607967376709, 24.406780242919922], "mean": [35.12814712524414, 9.431578636169434, 4.293122291564941, 48.01003646850586, 16.846698760986328, 11.08912467956543], "std": [6.285696983337402, 6.576658248901367, 9.693376541137695, 3.9309916496276855, 3.6837894916534424, 5.904843807220459], "count": [271]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.693024356617647]], [[0.6189866809640523]], [[0.5990571058006536]]], "std": [[[0.1634975994654178]], [[0.2111189327049916]], [[0.17816528840805415]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [9.0], "mean": [4.5], "std": [2.6076809620810595], "count": [271]}, "frame_index": {"min": [0], "max": [270], "mean": [135.0], "std": [78.23042886243178], "count": [271]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [271]}, "index": {"min": [0], "max": [270], "mean": [135.0], "std": [78.23042886243178], "count": [271]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [271]}}}
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": 271,
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
+ "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
+ "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": "Grab the pink object and place it to the black cup"}
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:6724484e7d2028f3a968687b2c30fa64167b5e28f4012291e6589c3b88c7113e
3
+ size 5436542