Dongkkka commited on
Commit
a308042
·
verified ·
1 Parent(s): bf6a151

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:4a50d9010146624304c6e44ee709c3043cd3bae8adab54696bae9856f26569b7
3
+ size 4941
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up a red pen and put it in a green bowl"], "length": 30}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [93.251953125, 97.646484375, 125.68359375, 36.73828125, 11.513671875, 58.359375], "max": [95.888671875, 97.822265625, 126.474609375, 39.638671875, 37.353515625, 58.447265625], "mean": [94.3388671875, 97.72265625, 126.140625, 37.72265625, 21.7587890625, 58.376953125], "std": [0.9634573459625244, 0.06706361472606659, 0.2405913919210434, 1.0994879007339478, 9.948081016540527, 0.03515625], "count": [30]}, "observation.state": {"min": [91.318359375, 95.44921875, 127.001953125, 34.27734375, 11.865234375, 57.65625], "max": [95.537109375, 95.888671875, 127.08984375, 37.96875, 36.474609375, 57.65625], "mean": [94.1015625, 95.7333984375, 127.0107421875, 37.376953125, 23.4052734375, 57.65625], "std": [1.0528141260147095, 0.17531676590442657, 0.0263671875, 0.9831535220146179, 9.075295448303223, 0.0], "count": [30]}, "observation.images.laptop": {"min": [[[0.08235294117647059]], [[0.058823529411764705]], [[0.1803921568627451]]], "max": [[[0.9176470588235294]], [[0.9333333333333333]], [[0.9294117647058824]]], "mean": [[[0.5599969022331155]], [[0.5393894675925927]], [[0.5213690019063181]]], "std": [[[0.19656960625429196]], [[0.20755472927801097]], [[0.15969123869358853]]], "count": [30]}, "observation.images.phone": {"min": [[[0.0]], [[0.023529411764705882]], [[0.0196078431372549]]], "max": [[[0.984313725490196]], [[1.0]], [[1.0]]], "mean": [[[0.4009391680283224]], [[0.4467877927559913]], [[0.4700404071350762]]], "std": [[[0.2408993982981551]], [[0.2286847144954424]], [[0.2299778949779983]]], "count": [30]}, "timestamp": {"min": [0.0], "max": [0.9666666666666667], "mean": [0.4833333333333334], "std": [0.28851471494663966], "count": [30]}, "frame_index": {"min": [0], "max": [29], "mean": [14.5], "std": [8.65544144839919], "count": [30]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [30]}, "index": {"min": [0], "max": [29], "mean": [14.5], "std": [8.65544144839919], "count": [30]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [30]}}}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "koch",
4
+ "total_episodes": 1,
5
+ "total_frames": 30,
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
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.laptop": {
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.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.phone": {
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.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "h264",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
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 up a red pen and put it in a green bowl"}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bde0f974669fef72dd53f60b96e3bc3fefadc61bd68e0dee2083651db356e98
3
+ size 41288
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf771efe72499d55864e259c433acf102d51cfe8627941c01cd63a5684152caa
3
+ size 115320