BarryFutureman commited on
Commit
26c6582
·
verified ·
1 Parent(s): 33f2e8b

Incremental upload after 10 episodes

Browse files
Files changed (1) hide show
  1. meta/info.json +126 -0
meta/info.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "cs_dm",
4
+ "total_episodes": 10,
5
+ "total_frames": 10000,
6
+ "total_tasks": 1,
7
+ "chunks_size": 100,
8
+ "data_files_size_in_mb": 512,
9
+ "video_files_size_in_mb": 2048,
10
+ "fps": 16,
11
+ "splits": {
12
+ "train": "0:10"
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
+ 150,
22
+ 280
23
+ ],
24
+ "names": [
25
+ "channel",
26
+ "height",
27
+ "width"
28
+ ],
29
+ "info": {
30
+ "video.height": 150,
31
+ "video.width": 280,
32
+ "video.codec": "av1",
33
+ "video.pix_fmt": "yuv420p",
34
+ "video.is_depth_map": false,
35
+ "video.fps": 16,
36
+ "video.channels": 3,
37
+ "has_audio": false
38
+ }
39
+ },
40
+ "frame_xaux": {
41
+ "dtype": "float32",
42
+ "shape": [
43
+ 54
44
+ ],
45
+ "names": null
46
+ },
47
+ "frame_y": {
48
+ "dtype": "float32",
49
+ "shape": [
50
+ 51
51
+ ],
52
+ "names": null
53
+ },
54
+ "frame_helperarr": {
55
+ "dtype": "float32",
56
+ "shape": [
57
+ 2
58
+ ],
59
+ "names": null
60
+ },
61
+ "camera_pose": {
62
+ "dtype": "float32",
63
+ "shape": [
64
+ 4,
65
+ 4
66
+ ],
67
+ "names": [
68
+ "row",
69
+ "col"
70
+ ]
71
+ },
72
+ "intrinsics": {
73
+ "dtype": "float32",
74
+ "shape": [
75
+ 3,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "row",
80
+ "col"
81
+ ]
82
+ },
83
+ "is_anchor": {
84
+ "dtype": "int32",
85
+ "shape": [
86
+ 1
87
+ ],
88
+ "names": null
89
+ },
90
+ "timestamp": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "names": null
96
+ },
97
+ "frame_index": {
98
+ "dtype": "int64",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null
103
+ },
104
+ "episode_index": {
105
+ "dtype": "int64",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ },
111
+ "index": {
112
+ "dtype": "int64",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null
117
+ },
118
+ "task_index": {
119
+ "dtype": "int64",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ }
125
+ }
126
+ }