BarryFutureman commited on
Commit
fa834ed
·
verified ·
1 Parent(s): ea65484

Initial upload: 1 episode

Browse files
Files changed (1) hide show
  1. meta/info.json +90 -0
meta/info.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "desktop_agent",
4
+ "total_episodes": 1,
5
+ "total_frames": 29242,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 20,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "observation.images.rgb": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 3,
21
+ 280,
22
+ 504
23
+ ],
24
+ "names": [
25
+ "channel",
26
+ "height",
27
+ "width"
28
+ ],
29
+ "info": {
30
+ "video.height": 280,
31
+ "video.width": 504,
32
+ "video.codec": "av1",
33
+ "video.pix_fmt": "yuv420p",
34
+ "video.is_depth_map": false,
35
+ "video.fps": 20,
36
+ "video.channels": 3,
37
+ "has_audio": false
38
+ }
39
+ },
40
+ "action": {
41
+ "dtype": "float32",
42
+ "shape": [
43
+ 28
44
+ ],
45
+ "names": null
46
+ },
47
+ "action.full": {
48
+ "dtype": "float32",
49
+ "shape": [
50
+ 265
51
+ ],
52
+ "names": null
53
+ },
54
+ "timestamp": {
55
+ "dtype": "float32",
56
+ "shape": [
57
+ 1
58
+ ],
59
+ "names": null
60
+ },
61
+ "frame_index": {
62
+ "dtype": "int64",
63
+ "shape": [
64
+ 1
65
+ ],
66
+ "names": null
67
+ },
68
+ "episode_index": {
69
+ "dtype": "int64",
70
+ "shape": [
71
+ 1
72
+ ],
73
+ "names": null
74
+ },
75
+ "index": {
76
+ "dtype": "int64",
77
+ "shape": [
78
+ 1
79
+ ],
80
+ "names": null
81
+ },
82
+ "task_index": {
83
+ "dtype": "int64",
84
+ "shape": [
85
+ 1
86
+ ],
87
+ "names": null
88
+ }
89
+ }
90
+ }