abhifoo commited on
Commit
5b1f2b6
·
verified ·
1 Parent(s): fb4947f

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:68aae3c898fb89fa62e69b22cbe6d5810e5ee0e548923cf65f8ede69e0999553
3
+ size 110763
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the white tape and put in in the transparent box"], "length": 1527}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-15.318950653076172, -91.42721557617188, -41.788238525390625, 52.737098693847656, -3.490673303604126, 0.13197708129882812], "max": [43.55746078491211, 29.485376358032227, 91.20285034179688, 95.29559326171875, 13.982258796691895, 50.05881881713867], "mean": [1.5114600658416748, -22.264944076538086, 31.666906356811523, 69.42216491699219, 3.9423470497131348, 15.390833854675293], "std": [12.059274673461914, 25.812007904052734, 30.268476486206055, 9.96519660949707, 4.295528888702393, 12.418355941772461], "count": [1527]}, "observation.state": {"min": [-14.975247383117676, -90.41560363769531, -26.910900115966797, 44.40589904785156, -14.871794700622559, 0.483091801404953], "max": [42.9455451965332, 22.9007625579834, 100.0, 92.281005859375, 13.504273414611816, 48.72325897216797], "mean": [1.500227689743042, -22.132070541381836, 34.55216598510742, 69.28262329101562, 3.674086093902588, 15.05881404876709], "std": [11.978385925292969, 25.81517219543457, 29.19418716430664, 9.647969245910645, 4.259099006652832, 12.014557838439941], "count": [1527]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4684880447739205]], [[0.46330415678908177]], [[0.4579393055890389]]], "std": [[[0.24862748388153416]], [[0.2526186057656629]], [[0.2710246711521774]]], "count": [244]}, "observation.images.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.443385614218365]], [[0.4456522303251902]], [[0.4536152295617701]]], "std": [[[0.16288562728696357]], [[0.16368800152634896]], [[0.18447825714864208]]], "count": [244]}, "timestamp": {"min": [0.0], "max": [50.86666666666667], "mean": [25.43333333333333], "std": [14.693561200088315], "count": [1527]}, "frame_index": {"min": [0], "max": [1526], "mean": [763.0], "std": [440.8068360026494], "count": [1527]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1527]}, "index": {"min": [0], "max": [1526], "mean": [763.0], "std": [440.8068360026494], "count": [1527]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1527]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100_follower",
4
+ "total_episodes": 1,
5
+ "total_frames": 1527,
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.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
+ "observation.images.top": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
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 white tape and put in in the transparent box"}
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:c8ceb682bfafa703003e0155eaca953eb6605a46975aa0dbbb14eb2eafe9d214
3
+ size 11675230
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:d763eca7663617b5e072859f50dc3e9c932aae45d48862de901ad95d613e4b2f
3
+ size 8397508