WorldIntelligence commited on
Commit
1174b8f
·
verified ·
1 Parent(s): fb068b9

Upload meta/info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +50 -0
meta/info.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "mobile_camera",
4
+ "total_episodes": 7,
5
+ "total_frames": 1684,
6
+ "fps": 30,
7
+ "features": {
8
+ "observation.images.color": {
9
+ "dtype": "image",
10
+ "shape": [
11
+ 720,
12
+ 1280,
13
+ 3
14
+ ],
15
+ "names": [
16
+ "height",
17
+ "width",
18
+ "channels"
19
+ ]
20
+ },
21
+ "observation.images.depth": {
22
+ "dtype": "image",
23
+ "shape": [
24
+ 720,
25
+ 1280
26
+ ],
27
+ "names": [
28
+ "height",
29
+ "width"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 6
36
+ ],
37
+ "names": [
38
+ "ax",
39
+ "ay",
40
+ "az",
41
+ "gx",
42
+ "gy",
43
+ "gz"
44
+ ]
45
+ }
46
+ },
47
+ "tasks": {
48
+ "0": "Number 0 trajectory"
49
+ }
50
+ }