F-Fer commited on
Commit
dc1258d
·
verified ·
1 Parent(s): 59f33c4

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +133 -0
meta/info.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "ur5e",
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": 500,
10
+ "fps": 60,
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
+ "names": [
18
+ "joint_0",
19
+ "joint_1",
20
+ "joint_2",
21
+ "joint_3",
22
+ "joint_4",
23
+ "joint_5",
24
+ "gripper"
25
+ ],
26
+ "shape": [
27
+ 7
28
+ ]
29
+ },
30
+ "observation.state": {
31
+ "dtype": "float32",
32
+ "names": [
33
+ "joint_0",
34
+ "joint_1",
35
+ "joint_2",
36
+ "joint_3",
37
+ "joint_4",
38
+ "joint_5",
39
+ "gripper"
40
+ ],
41
+ "shape": [
42
+ 7
43
+ ]
44
+ },
45
+ "observation.images.zed2i_left": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 376,
49
+ 672,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ]
57
+ },
58
+ "observation.images.zed2i_right": {
59
+ "dtype": "video",
60
+ "shape": [
61
+ 376,
62
+ 672,
63
+ 3
64
+ ],
65
+ "names": [
66
+ "height",
67
+ "width",
68
+ "channels"
69
+ ]
70
+ },
71
+ "observation.images.zedm_left": {
72
+ "dtype": "video",
73
+ "shape": [
74
+ 376,
75
+ 672,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "height",
80
+ "width",
81
+ "channels"
82
+ ]
83
+ },
84
+ "observation.images.zedm_right": {
85
+ "dtype": "video",
86
+ "shape": [
87
+ 376,
88
+ 672,
89
+ 3
90
+ ],
91
+ "names": [
92
+ "height",
93
+ "width",
94
+ "channels"
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
+ }