Cholan1986 commited on
Commit
58169b5
·
verified ·
1 Parent(s): 0c145be

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:b1098bd506a5246c18e3623e766b36b3288731610305feaef9ead2611c3910dc
3
+ size 16849
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["pick the red cube and put in black cup"], "length": 324}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-6.15234375, -96.12438201904297, 16.816547393798828, 23.95209503173828, 10.321969985961914, 0.6181318759918213], "max": [21.484375, 26.36322593688965, 99.73021697998047, 57.14285659790039, 11.079545021057129, 32.07417678833008], "mean": [6.604455947875977, -23.767492294311523, 47.21495056152344, 41.73160934448242, 10.93429183959961, 9.974494934082031], "std": [10.886730194091797, 45.64069366455078, 34.39543914794922, 13.432948112487793, 0.14736492931842804, 11.67111587524414], "count": [324]}, "observation.state": {"min": [-5.348047733306885, -95.34033966064453, 19.39615821838379, 25.18747329711914, 10.060832977294922, 1.3698630332946777], "max": [20.628183364868164, 26.63316535949707, 99.26806640625, 57.21217346191406, 10.060832977294922, 31.30137062072754], "mean": [6.377200126647949, -22.860641479492188, 48.90107345581055, 42.2331428527832, 10.060807228088379, 12.103423118591309], "std": [10.638521194458008, 46.009761810302734, 33.505367279052734, 12.882193565368652, 2.574920654296875e-05, 10.40954303741455], "count": [324]}, "observation.images.image.wrist.left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4734343436819172]], [[0.5543289297385622]], [[0.5223299509803921]]], "std": [[[0.26606335837394746]], [[0.23119742267432852]], [[0.25635859310646064]]], "count": [100]}, "observation.images.image.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.47320543300653595]], [[0.502918605664488]], [[0.44502795479302837]]], "std": [[[0.30899002667186976]], [[0.28899776429092655]], [[0.29850712599982493]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [10.766666666666667], "mean": [5.383333333333333], "std": [3.117676604044654], "count": [324]}, "frame_index": {"min": [0], "max": [323], "mean": [161.5], "std": [93.53029812133963], "count": [324]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [324]}, "index": {"min": [0], "max": [323], "mean": [161.5], "std": [93.53029812133963], "count": [324]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [324]}}}
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": 324,
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.image.wrist.left": {
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.image.top": {
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": "pick the red cube and put in black cup"}
videos/chunk-000/observation.images.image.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f8b9e871db0a068294aa761584f9dbf5e8582bb8a173581052d8bc84bbf9bd9
3
+ size 17729233
videos/chunk-000/observation.images.image.wrist.left/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73df1f9b4555260ea9c3d9c2781a5d162deba133ec5b42b72fbf1293216a71aa
3
+ size 52659475