sgiordano commited on
Commit
0912d8d
·
verified ·
1 Parent(s): 34247b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -186,8 +186,6 @@ Statistics of the TRAIN+VALIDATION set :
186
  | Red Channel (R) | 105.08 |52.17 |
187
  | Green Channel (G) | 110.87 |45.38 |
188
  | Blue Channel (B) | 101.82 |44.00 |
189
- | Infrared Channel (I) | 106.38 |39.69 |
190
- | Elevation Channel (E) | 53.26 |79.30 |
191
 
192
 
193
  #### Training Hyperparameters
@@ -199,8 +197,8 @@ Statistics of the TRAIN+VALIDATION set :
199
  * HorizontalFlip(p=0.5)
200
  * RandomRotate90(p=0.5)
201
  * Input normalization (mean=0 | std=1):
202
- * norm_means: [105.08, 110.87, 101.82, 106.38, 53.26]
203
- * norm_stds: [52.17, 45.38, 44, 39.69, 79.3]
204
  * Seed: 2022
205
  * Batch size: 10
206
  * Number of epochs : 200
 
186
  | Red Channel (R) | 105.08 |52.17 |
187
  | Green Channel (G) | 110.87 |45.38 |
188
  | Blue Channel (B) | 101.82 |44.00 |
 
 
189
 
190
 
191
  #### Training Hyperparameters
 
197
  * HorizontalFlip(p=0.5)
198
  * RandomRotate90(p=0.5)
199
  * Input normalization (mean=0 | std=1):
200
+ * norm_means: [105.08, 110.87, 101.82]
201
+ * norm_stds: [52.17, 45.38, 44]
202
  * Seed: 2022
203
  * Batch size: 10
204
  * Number of epochs : 200