CharlesGaydon commited on
Commit
449174d
1 Parent(s): 381ffb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -124,9 +124,14 @@ For inference, a preprocessing as close as possible should be used. Refer to the
124
  * random sampling: 40,000 (if higher)
125
  * horizontal normalization: mean xy substraction
126
  * vertical normalization: min z substraction
127
- * coordinates normalization: 25 meters division
128
- * occlusion: nullify color channels if echo_number > 1
129
- *
 
 
 
 
 
130
  * Batch size: 10
131
  * Number of epochs : 100 (min) - 150 (max)
132
  * Early stopping : patience 6 and val_loss as monitor criterium
 
124
  * random sampling: 40,000 (if higher)
125
  * horizontal normalization: mean xy substraction
126
  * vertical normalization: min z substraction
127
+ * coordinates normalization: division by 25 meters
128
+ * basic occlusion model: nullify color channels if echo_number > 1
129
+ * features scaling (0-1 range):
130
+ * echo number and number of echos: division by 7
131
+ * color (r, g, b, near-infrared, average color): division by 65280 (i.e. 255*256)
132
+ * features normalization:
133
+ * reflectance: log-normalization, standardization, clipping of amplitude above 3 standard deviations.
134
+ * average color: same as reflectance.
135
  * Batch size: 10
136
  * Number of epochs : 100 (min) - 150 (max)
137
  * Early stopping : patience 6 and val_loss as monitor criterium