oscarz511 commited on
Commit
d99c9c4
·
verified ·
1 Parent(s): e82617a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +111 -0
meta/info.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "lekiwi_client",
4
+ "total_episodes": 0,
5
+ "total_frames": 0,
6
+ "total_tasks": 0,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 120,
11
+ "splits": {},
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "action": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 9
19
+ ],
20
+ "names": [
21
+ "arm_shoulder_pan.pos",
22
+ "arm_shoulder_lift.pos",
23
+ "arm_elbow_flex.pos",
24
+ "arm_wrist_flex.pos",
25
+ "arm_wrist_roll.pos",
26
+ "arm_gripper.pos",
27
+ "x.vel",
28
+ "y.vel",
29
+ "theta.vel"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 9
36
+ ],
37
+ "names": [
38
+ "arm_shoulder_pan.pos",
39
+ "arm_shoulder_lift.pos",
40
+ "arm_elbow_flex.pos",
41
+ "arm_wrist_flex.pos",
42
+ "arm_wrist_roll.pos",
43
+ "arm_gripper.pos",
44
+ "x.vel",
45
+ "y.vel",
46
+ "theta.vel"
47
+ ]
48
+ },
49
+ "observation.images.front": {
50
+ "dtype": "video",
51
+ "shape": [
52
+ 480,
53
+ 640,
54
+ 3
55
+ ],
56
+ "names": [
57
+ "height",
58
+ "width",
59
+ "channels"
60
+ ]
61
+ },
62
+ "observation.images.wrist": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 640,
66
+ 480,
67
+ 3
68
+ ],
69
+ "names": [
70
+ "height",
71
+ "width",
72
+ "channels"
73
+ ]
74
+ },
75
+ "timestamp": {
76
+ "dtype": "float32",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "frame_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ },
89
+ "episode_index": {
90
+ "dtype": "int64",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ },
103
+ "task_index": {
104
+ "dtype": "int64",
105
+ "shape": [
106
+ 1
107
+ ],
108
+ "names": null
109
+ }
110
+ }
111
+ }