pranavsaroha commited on
Commit
42229c9
·
verified ·
1 Parent(s): 74755f8

Add files using upload-large-folder tool

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:1e8bf7015910c3361d539d128434a1aa88d9b65db84b4a633753ad1fd8088faa
3
+ size 173127
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Move around checkerboard"], "length": 2935}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-66.7671127319336, -99.06819152832031, -99.7271499633789, -64.048583984375, -52.67399215698242, 0.0], "max": [37.8390007019043, 78.99195098876953, 99.81809997558594, 100.0, 23.02808380126953, 7.281105995178223], "mean": [-3.598787546157837, -16.37558364868164, -1.9487873315811157, 28.696382522583008, -5.213545322418213, 0.09163067489862442], "std": [21.020450592041016, 43.38068389892578, 52.14725112915039, 50.21150207519531, 14.358470916748047, 0.2928345203399658], "count": [2935]}, "observation.state": {"min": [-66.41098022460938, -99.24968719482422, -94.81864929199219, -63.71507263183594, -52.42979431152344, 0.6181318759918213], "max": [37.747276306152344, 81.74239349365234, 99.56822204589844, 98.8193588256836, 22.539682388305664, 5.425824165344238], "mean": [-3.6288769245147705, -12.922207832336426, 1.7317417860031128, 29.267070770263672, -5.25820779800415, 0.7612905502319336], "std": [20.962635040283203, 44.83854675292969, 51.54682922363281, 49.73488235473633, 14.364529609680176, 0.20494408905506134], "count": [2935]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5383669956536495]], [[0.5261071595723716]], [[0.5203299367206402]]], "std": [[[0.18450333435917343]], [[0.17835949351976485]], [[0.16993512306042016]]], "count": [398]}, "timestamp": {"min": [0.0], "max": [97.8], "mean": [48.9], "std": [28.24204902859092], "count": [2935]}, "frame_index": {"min": [0], "max": [2934], "mean": [1467.0], "std": [847.2614708577277], "count": [2935]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2935]}, "index": {"min": [0], "max": [2934], "mean": [1467.0], "std": [847.2614708577277], "count": [2935]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [2935]}}}
meta/info.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 2935,
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.wrist": {
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
+ "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": "Move around checkerboard"}
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:266f2bcfade6b902d53fff48ac3a107d9d871efada889e85b4c90cb7f0e6d355
3
+ size 59816031