Mahtab360 commited on
Commit
5000040
·
verified ·
1 Parent(s): 526b1d9

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:57370ffbe1afdbacadab0611aa173087bd04a01e6a1a280c66747319b0def05f
3
+ size 59622
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Grab the black cube (inference test)"], "length": 838}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-24.79056167602539, -98.12760925292969, -106.49323272705078, 56.381744384765625, -7.866792678833008, -0.45726585388183594], "max": [10.64341926574707, 71.77316284179688, 92.98444366455078, 101.05397033691406, 3.3874826431274414, 30.64805030822754], "mean": [-7.569797992706299, -22.001815795898438, 19.095844268798828, 75.08531188964844, 0.21933071315288544, 9.998282432556152], "std": [10.664624214172363, 57.185401916503906, 65.23902130126953, 12.298293113708496, 2.878971576690674, 10.565834045410156], "count": [838]}, "observation.state": {"min": [-24.462011337280273, -98.25768280029297, -97.65554809570312, 57.65217208862305, -7.361802577972412, 0.0], "max": [9.881422996520996, 72.76478576660156, 93.23715209960938, 98.60869598388672, 3.3272204399108887, 30.26952362060547], "mean": [-7.709034442901611, -21.23172950744629, 21.509845733642578, 75.03253936767578, 0.22728349268436432, 10.036568641662598], "std": [10.690214157104492, 58.24146270751953, 64.75147247314453, 11.828067779541016, 2.8172004222869873, 10.339284896850586], "count": [838]}, "observation.images.upper": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.44871245519713265]], [[0.5149036606578115]], [[0.5596626765760068]]], "std": [[[0.277512803168524]], [[0.24475900898804917]], [[0.25103160146251996]]], "count": [155]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.31750782600674676]], [[0.3406101544381194]], [[0.35395770345772715]]], "std": [[[0.2701583680990855]], [[0.25487768163562835]], [[0.26790499652322447]]], "count": [155]}, "timestamp": {"min": [0.0], "max": [27.9], "mean": [13.949999999999998], "std": [8.063653018328605], "count": [838]}, "frame_index": {"min": [0], "max": [837], "mean": [418.5], "std": [241.9095905498581], "count": [838]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [838]}, "index": {"min": [0], "max": [837], "mean": [418.5], "std": [241.9095905498581], "count": [838]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [838]}}}
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": 838,
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.upper": {
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.wrist": {
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 black cube (inference test)"}
videos/chunk-000/observation.images.upper/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02d52a1b7b5546cc3d4b51d7f0df5999e8d49a793a31b3188a529e887733f1ef
3
+ size 8380518
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:53dea2c6be3ae4b2c66682ee4fc8a1d81744c1f12dbe4b83940aaf56608afe29
3
+ size 4438435