aliberts HF staff commited on
Commit
a4d49c5
·
verified ·
1 Parent(s): 24a039d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +11 -10
meta/info.json CHANGED
@@ -8,15 +8,18 @@
8
  "splits": {
9
  "train": "0:50"
10
  },
11
- "image_keys": [
12
- "observation.images.laptop",
13
- "observation.images.phone"
14
- ],
15
  "keys": [
16
  "observation.state",
17
  "action"
18
  ],
 
 
 
 
 
19
  "shapes": {
 
 
20
  "observation.images.laptop": {
21
  "width": 640,
22
  "height": 480,
@@ -26,9 +29,7 @@
26
  "width": 640,
27
  "height": 480,
28
  "channels": 3
29
- },
30
- "observation.state": 6,
31
- "action": 6
32
  },
33
  "names": {
34
  "observation.state": [
@@ -49,9 +50,7 @@
49
  ]
50
  },
51
  "videos": {
52
- "videos_path": "videos/{image_key}_episode_{episode_index:06d}.mp4",
53
- "has_audio": false,
54
- "has_depth": false,
55
  "observation.images.laptop": {
56
  "video.fps": 30.0,
57
  "video.width": 640,
@@ -59,6 +58,7 @@
59
  "video.channels": 3,
60
  "video.codec": "av1",
61
  "video.pix_fmt": "yuv420p",
 
62
  "has_audio": false
63
  },
64
  "observation.images.phone": {
@@ -68,6 +68,7 @@
68
  "video.channels": 3,
69
  "video.codec": "av1",
70
  "video.pix_fmt": "yuv420p",
 
71
  "has_audio": false
72
  }
73
  },
 
8
  "splits": {
9
  "train": "0:50"
10
  },
 
 
 
 
11
  "keys": [
12
  "observation.state",
13
  "action"
14
  ],
15
+ "video_keys": [
16
+ "observation.images.laptop",
17
+ "observation.images.phone"
18
+ ],
19
+ "image_keys": [],
20
  "shapes": {
21
+ "observation.state": 6,
22
+ "action": 6,
23
  "observation.images.laptop": {
24
  "width": 640,
25
  "height": 480,
 
29
  "width": 640,
30
  "height": 480,
31
  "channels": 3
32
+ }
 
 
33
  },
34
  "names": {
35
  "observation.state": [
 
50
  ]
51
  },
52
  "videos": {
53
+ "videos_path": "videos/{video_key}_episode_{episode_index:06d}.mp4",
 
 
54
  "observation.images.laptop": {
55
  "video.fps": 30.0,
56
  "video.width": 640,
 
58
  "video.channels": 3,
59
  "video.codec": "av1",
60
  "video.pix_fmt": "yuv420p",
61
+ "video.is_depth_map": false,
62
  "has_audio": false
63
  },
64
  "observation.images.phone": {
 
68
  "video.channels": 3,
69
  "video.codec": "av1",
70
  "video.pix_fmt": "yuv420p",
71
+ "video.is_depth_map": false,
72
  "has_audio": false
73
  }
74
  },