williamdgomez commited on
Commit
a84b697
·
verified ·
1 Parent(s): 91c7509

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