miamirob commited on
Commit
b24b714
·
verified ·
1 Parent(s): 218de07

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:472b5f211a48da9440e2586b0562fccf0e2a35b156e93229f8cf03f6c2e8bda9
3
+ size 19913
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Start the 303"], "length": 496}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-43.51032638549805, -100.0, -31.012941360473633, 71.46311950683594, -2.6357407569885254, 1.678657054901123], "max": [-34.29203414916992, 27.475149154663086, 97.14413452148438, 91.21321868896484, -2.214022159576416, 1.7585930824279785], "mean": [-37.600032806396484, -45.751869201660156, 37.26962661743164, 77.05213165283203, -2.338155746459961, 1.742803931236267], "std": [2.521777868270874, 54.366851806640625, 55.59933090209961, 3.1480658054351807, 0.1145855188369751, 0.03182842209935188], "count": [496]}, "observation.state": {"min": [-43.51084899902344, -99.2430648803711, -28.82686424255371, 72.33452606201172, -2.710622787475586, 1.9078947305679321], "max": [-34.12228775024414, 26.661060333251953, 96.94722747802734, 90.80459594726562, -2.026862144470215, 1.9078947305679321], "mean": [-37.62939453125, -45.264320373535156, 38.132198333740234, 77.23789978027344, -2.4397356510162354, 1.907897710800171], "std": [2.5347015857696533, 54.792762756347656, 54.99152374267578, 3.0199923515319824, 0.08149337023496628, 2.9802322387695312e-06], "count": [496]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5121894957983193]], [[0.4790711095549331]], [[0.432217501815541]]], "std": [[[0.27100882902810525]], [[0.24975521392657082]], [[0.2425044070071785]]], "count": [105]}, "timestamp": {"min": [0.0], "max": [16.5], "mean": [8.25], "std": [4.77275252518572], "count": [496]}, "frame_index": {"min": [0], "max": [495], "mean": [247.5], "std": [143.1825757555716], "count": [496]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [496]}, "index": {"min": [0], "max": [495], "mean": [247.5], "std": [143.1825757555716], "count": [496]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [496]}}}
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": 496,
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
+ 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
+ "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": "Start the 303"}
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:a5135aba52c4070bb2f65ee244b124dc8aac71f890f66b79c1e1b37040bccc1a
3
+ size 29185040