mateoguaman commited on
Commit
7e9f2da
·
verified ·
1 Parent(s): dea3c5a

Add empty stats stub for observation.images.rgb (LeRobot 0.5.x compat)

Browse files
Files changed (1) hide show
  1. meta/stats.json +36 -1
meta/stats.json CHANGED
@@ -71,5 +71,40 @@
71
  ],
72
  "count": 4484403
73
  },
74
- "observation.images.rgb": {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  }
 
71
  ],
72
  "count": 4484403
73
  },
74
+ "observation.images.rgb": {
75
+ "mean": [
76
+ [
77
+ [
78
+ 0.485
79
+ ]
80
+ ],
81
+ [
82
+ [
83
+ 0.456
84
+ ]
85
+ ],
86
+ [
87
+ [
88
+ 0.406
89
+ ]
90
+ ]
91
+ ],
92
+ "std": [
93
+ [
94
+ [
95
+ 0.229
96
+ ]
97
+ ],
98
+ [
99
+ [
100
+ 0.224
101
+ ]
102
+ ],
103
+ [
104
+ [
105
+ 0.225
106
+ ]
107
+ ]
108
+ ]
109
+ }
110
  }