Cholan1986 commited on
Commit
6c40f72
·
verified ·
1 Parent(s): d4185ce

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:8a118f01842c56628241e5b24c38770c35e7b1aaecc65649bd2c214562e6bdbd
3
+ size 21604
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["pick the red cube and put in black cup"], "length": 454}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-12.40234375, -98.10725402832031, 0.5395683646202087, 29.255773544311523, 10.03787899017334, 0.7554945349693298], "max": [22.94921875, 36.27760314941406, 99.3705062866211, 64.67066192626953, 11.17424201965332, 25.755495071411133], "mean": [-0.3342683017253876, -31.11378288269043, 49.033145904541016, 42.02777862548828, 10.637131690979004, 8.1974458694458], "std": [10.312746047973633, 55.917659759521484, 44.196990966796875, 14.45008659362793, 0.30566275119781494, 9.604269027709961], "count": [454]}, "observation.state": {"min": [-11.714771270751953, -96.98492431640625, 3.202195882797241, 30.304367065429688, 9.405709266662598, 1.3698630332946777], "max": [21.986417770385742, 36.86614990234375, 100.0, 64.26995849609375, 9.967244148254395, 25.342466354370117], "mean": [-0.31806477904319763, -29.88821792602539, 50.772396087646484, 42.62565231323242, 9.87368392944336, 9.6548433303833], "std": [9.901667594909668, 56.12913513183594, 43.46366882324219, 13.875178337097168, 0.1397293359041214, 8.73422908782959], "count": [454]}, "observation.images.image.wrist.left": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46971807734204796]], [[0.5493303812636166]], [[0.5185913970588235]]], "std": [[[0.2679830829587748]], [[0.23243112550322395]], [[0.25775897150936566]]], "count": [100]}, "observation.images.image.top": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4727989079520697]], [[0.5067613262527233]], [[0.4487406998910675]]], "std": [[[0.3124507942631369]], [[0.2918873759383591]], [[0.3021530186999271]]], "count": [100]}, "timestamp": {"min": [0.0], "max": [15.1], "mean": [7.55], "std": [4.368606439383413], "count": [454]}, "frame_index": {"min": [0], "max": [453], "mean": [226.5], "std": [131.0581931815024], "count": [454]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [454]}, "index": {"min": [0], "max": [453], "mean": [226.5], "std": [131.0581931815024], "count": [454]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [454]}}}
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": 454,
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:fef1289f12bf49d43eafa81e4d943e32fe7da679dc04daa2a34867ce3502ee49
3
+ size 25389473
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:f144ee647633fd7016904bd06acef6858b021633326943b40c9db467c0b4fca0
3
+ size 70932544