slrcalms commited on
Commit
6316f76
·
verified ·
1 Parent(s): 1b9d541

Update meta/info.json

Browse files
Files changed (1) hide show
  1. meta/info.json +30 -37
meta/info.json CHANGED
@@ -1,10 +1,12 @@
1
  {
2
- "codebase_version": "v0.5.2",
3
  "robot_type": "so_follower",
4
  "total_episodes": 30,
5
  "total_frames": 16237,
6
  "total_tasks": 1,
7
  "chunks_size": 1000,
 
 
8
  "fps": 30,
9
  "splits": {
10
  "train": "0:30"
@@ -24,8 +26,7 @@
24
  ],
25
  "shape": [
26
  6
27
- ],
28
- "fps":30.0
29
  },
30
  "observation.state": {
31
  "dtype": "float32",
@@ -39,10 +40,9 @@
39
  ],
40
  "shape": [
41
  6
42
- ],
43
- "fps":30.0
44
  },
45
- "observation.images.top": {
46
  "dtype": "video",
47
  "shape": [
48
  480,
@@ -54,15 +54,18 @@
54
  "width",
55
  "channels"
56
  ],
57
- "video_info": {
58
- "video.fps": 30.0,
59
- "video.codec": "av1",
60
- "video.pix_fmt": "yuv420p",
61
- "video.is_depth_map": false,
62
- "has_audio": false
 
 
 
63
  }
64
  },
65
- "observation.images.wrist": {
66
  "dtype": "video",
67
  "shape": [
68
  480,
@@ -74,12 +77,15 @@
74
  "width",
75
  "channels"
76
  ],
77
- "video_info": {
78
- "video.fps": 30.0,
79
- "video.codec": "av1",
80
- "video.pix_fmt": "yuv420p",
81
- "video.is_depth_map": false,
82
- "has_audio": false
 
 
 
83
  }
84
  },
85
  "timestamp": {
@@ -87,48 +93,35 @@
87
  "shape": [
88
  1
89
  ],
90
- "names": null,
91
- "fps":30.0
92
  },
93
  "frame_index": {
94
  "dtype": "int64",
95
  "shape": [
96
  1
97
  ],
98
- "names": null,
99
- "fps":30.0
100
  },
101
  "episode_index": {
102
  "dtype": "int64",
103
  "shape": [
104
  1
105
  ],
106
- "names": null,
107
- "fps":30.0
108
  },
109
  "index": {
110
  "dtype": "int64",
111
  "shape": [
112
  1
113
  ],
114
- "names": null,
115
- "fps":30.0
116
  },
117
  "task_index": {
118
  "dtype": "int64",
119
  "shape": [
120
  1
121
  ],
122
- "names": null,
123
- "fps":30.0
124
- },
125
- "next.done": {
126
- "dtype": "bool",
127
- "shape": [
128
- 1
129
- ],
130
- "names": null,
131
- "fps": 30.0
132
  }
133
  }
134
  }
 
1
  {
2
+ "codebase_version": "v3.0",
3
  "robot_type": "so_follower",
4
  "total_episodes": 30,
5
  "total_frames": 16237,
6
  "total_tasks": 1,
7
  "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
  "fps": 30,
11
  "splits": {
12
  "train": "0:30"
 
26
  ],
27
  "shape": [
28
  6
29
+ ]
 
30
  },
31
  "observation.state": {
32
  "dtype": "float32",
 
40
  ],
41
  "shape": [
42
  6
43
+ ]
 
44
  },
45
+ "observation.images.front": {
46
  "dtype": "video",
47
  "shape": [
48
  480,
 
54
  "width",
55
  "channels"
56
  ],
57
+ "info": {
58
+ "video.height": 480,
59
+ "video.width": 640,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 30,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
  }
67
  },
68
+ "observation.images.side": {
69
  "dtype": "video",
70
  "shape": [
71
  480,
 
77
  "width",
78
  "channels"
79
  ],
80
+ "info": {
81
+ "video.height": 480,
82
+ "video.width": 640,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 30,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
  }
90
  },
91
  "timestamp": {
 
93
  "shape": [
94
  1
95
  ],
96
+ "names": null
 
97
  },
98
  "frame_index": {
99
  "dtype": "int64",
100
  "shape": [
101
  1
102
  ],
103
+ "names": null
 
104
  },
105
  "episode_index": {
106
  "dtype": "int64",
107
  "shape": [
108
  1
109
  ],
110
+ "names": null
 
111
  },
112
  "index": {
113
  "dtype": "int64",
114
  "shape": [
115
  1
116
  ],
117
+ "names": null
 
118
  },
119
  "task_index": {
120
  "dtype": "int64",
121
  "shape": [
122
  1
123
  ],
124
+ "names": null
 
 
 
 
 
 
 
 
 
125
  }
126
  }
127
  }