fdcolin commited on
Commit
2514487
·
verified ·
1 Parent(s): 5c4ba9d

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:703fdf63ed7310f461ba1b4bf482b032787746f599a6372e0932031a517a1404
3
+ size 64104
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the blue cube"], "length": 866}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-33.96088790893555, -102.59102630615234, 25.140647888183594, -65.4781723022461, -4.2012939453125, -1.5021333694458008], "max": [11.39736557006836, 42.85900115966797, 93.91683197021484, 84.36039733886719, 55.09747314453125, 37.68921661376953], "mean": [-9.720783233642578, -9.694262504577637, 57.354248046875, -12.286447525024414, 37.421329498291016, 17.55093765258789], "std": [13.444462776184082, 40.088809967041016, 19.27306365966797, 44.02045440673828, 17.763010025024414, 12.840709686279297], "count": [866]}, "observation.state": {"min": [-33.89154815673828, -99.5012435913086, 28.250329971313477, -65.10638427734375, -3.1811184883117676, 1.8319646120071411], "max": [10.925040245056152, 42.64339065551758, 97.6200942993164, 83.23403930664062, 54.54079055786133, 37.27100372314453], "mean": [-9.764957427978516, -8.146114349365234, 58.99858474731445, -11.870087623596191, 37.13059616088867, 17.65146255493164], "std": [13.434136390686035, 40.90549087524414, 19.459543228149414, 43.641300201416016, 17.882211685180664, 12.287124633789062], "count": [866]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4799253744125183]], [[0.4627543795645442]], [[0.46694060440388596]]], "std": [[[0.24179922415854804]], [[0.19305860480234704]], [[0.20625772897247627]]], "count": [159]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4799251723051205]], [[0.46275447890546856]], [[0.4669398113892657]]], "std": [[[0.24179801357737268]], [[0.19305829919038187]], [[0.2062582839687195]]], "count": [159]}, "timestamp": {"min": [0.0], "max": [28.833333333333332], "mean": [14.416666666666666], "std": [8.333083329583221], "count": [866]}, "frame_index": {"min": [0], "max": [865], "mean": [432.5], "std": [249.99249988749662], "count": [866]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [866]}, "index": {"min": [0], "max": [865], "mean": [432.5], "std": [249.99249988749662], "count": [866]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [866]}}}
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": 866,
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.top": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 1080,
49
+ 1920,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.height": 1080,
59
+ "video.width": 1920,
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.front": {
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 the blue cube"}
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:73b57476410cc5e889c11f3c926a2d5858797c26c7ef2abc0dc8f523627c03d7
3
+ size 28166328
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:523065e5b282730a2daf9b4e72932ff698213cceb3ddd13a64980bbd173afa93
3
+ size 28165889