tinjyuu commited on
Commit
2c1d97e
·
verified ·
1 Parent(s): 49cdd85

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:01f52be556c82b0f83ff153c45353324fba8ae847ef62b5fcb59b7b41678495f
3
+ size 32631
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "tasks": ["My task description"], "length": 895}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "stats": {"action": {"min": [-3.654484987258911, -100.0, -17.10407257080078, 39.75588607788086, -6.129426002502441, 0.0, 0.0, 0.0, 0.0], "max": [10.372831344604492, 63.318050384521484, 99.27601623535156, 100.0, 0.41514042019844055, 94.23226928710938, 0.0, 0.0, 0.0], "mean": [1.7639764547348022, -64.5240478515625, 75.80950927734375, 71.58196258544922, -3.7797019481658936, 7.998538017272949, 0.0, 0.0, 0.0], "std": [2.171060562133789, 55.62494659423828, 37.445003509521484, 9.997682571411133, 0.9266989231109619, 24.396564483642578, 0.0, 0.0, 0.0], "count": [895]}, "observation.state": {"min": [-3.635014772415161, -98.34840393066406, -16.454545974731445, 40.9523811340332, -5.15262508392334, 0.47233468294143677, -0.01771288365125656, -0.007669903803616762, -2.9296875], "max": [10.089020729064941, 59.26071548461914, 99.09091186523438, 99.46276092529297, 0.17094017565250397, 93.9271240234375, 0.015498774126172066, 0.007669903803616762, 4.1015625], "mean": [1.699268102645874, -64.43831634521484, 76.15043640136719, 71.71198272705078, -3.5400023460388184, 14.489570617675781, 1.484321091993479e-05, -1.1426300261518918e-05, 0.010474860668182373], "std": [2.248732566833496, 54.98189163208008, 37.154117584228516, 9.946793556213379, 0.8421715497970581, 21.830141067504883, 0.002509716199710965, 0.0013845416251569986, 0.6198912262916565], "count": [895]}, "observation.images.front": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.5297736464473315]], [[0.5269162932555435]], [[0.5182576010465535]]], "std": [[[0.24502074394359388]], [[0.24337655877162603]], [[0.23272591385873256]]], "count": [163]}, "observation.images.wrist": {"min": [[[0.0]], [[0.0]], [[0.011764705882352941]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.566039579072938]], [[0.5744069993283613]], [[0.5658680405188661]]], "std": [[[0.18247322720925915]], [[0.16705688515047262]], [[0.16524652799073267]]], "count": [163]}, "timestamp": {"min": [0.0], "max": [29.8], "mean": [14.9], "std": [8.61213613970941], "count": [895]}, "frame_index": {"min": [0], "max": [894], "mean": [447.0], "std": [258.3640841912823], "count": [895]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [895]}, "index": {"min": [0], "max": [894], "mean": [447.0], "std": [258.3640841912823], "count": [895]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [895]}}}
meta/info.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "lekiwi_client",
4
+ "total_episodes": 1,
5
+ "total_frames": 895,
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
+ 9
21
+ ],
22
+ "names": [
23
+ "arm_shoulder_pan.pos",
24
+ "arm_shoulder_lift.pos",
25
+ "arm_elbow_flex.pos",
26
+ "arm_wrist_flex.pos",
27
+ "arm_wrist_roll.pos",
28
+ "arm_gripper.pos",
29
+ "x.vel",
30
+ "y.vel",
31
+ "theta.vel"
32
+ ]
33
+ },
34
+ "observation.state": {
35
+ "dtype": "float32",
36
+ "shape": [
37
+ 9
38
+ ],
39
+ "names": [
40
+ "arm_shoulder_pan.pos",
41
+ "arm_shoulder_lift.pos",
42
+ "arm_elbow_flex.pos",
43
+ "arm_wrist_flex.pos",
44
+ "arm_wrist_roll.pos",
45
+ "arm_gripper.pos",
46
+ "x.vel",
47
+ "y.vel",
48
+ "theta.vel"
49
+ ]
50
+ },
51
+ "observation.images.front": {
52
+ "dtype": "video",
53
+ "shape": [
54
+ 480,
55
+ 640,
56
+ 3
57
+ ],
58
+ "names": [
59
+ "height",
60
+ "width",
61
+ "channels"
62
+ ],
63
+ "info": {
64
+ "video.height": 480,
65
+ "video.width": 640,
66
+ "video.codec": "av1",
67
+ "video.pix_fmt": "yuv420p",
68
+ "video.is_depth_map": false,
69
+ "video.fps": 30,
70
+ "video.channels": 3,
71
+ "has_audio": false
72
+ }
73
+ },
74
+ "observation.images.wrist": {
75
+ "dtype": "video",
76
+ "shape": [
77
+ 640,
78
+ 480,
79
+ 3
80
+ ],
81
+ "names": [
82
+ "height",
83
+ "width",
84
+ "channels"
85
+ ],
86
+ "info": {
87
+ "video.height": 640,
88
+ "video.width": 480,
89
+ "video.codec": "av1",
90
+ "video.pix_fmt": "yuv420p",
91
+ "video.is_depth_map": false,
92
+ "video.fps": 30,
93
+ "video.channels": 3,
94
+ "has_audio": false
95
+ }
96
+ },
97
+ "timestamp": {
98
+ "dtype": "float32",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null
103
+ },
104
+ "frame_index": {
105
+ "dtype": "int64",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ },
111
+ "episode_index": {
112
+ "dtype": "int64",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null
117
+ },
118
+ "index": {
119
+ "dtype": "int64",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ },
125
+ "task_index": {
126
+ "dtype": "int64",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ }
132
+ }
133
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "My task description"}
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:b55dfb4bce45d2a7717a9d5dd3db425a07232b62a5933e2ae876ff874b98a980
3
+ size 10072476
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:4d03b0da1e7367e1180af0d54e36f6b33602c448ab7a2fe1d0314f511489dd39
3
+ size 5322500