Update README.md
Browse files
README.md
CHANGED
|
@@ -72,6 +72,8 @@ Training data comes from: [ENC-PSL/odil-medieval-folio-illumination-bin-dataset]
|
|
| 72 |
|
| 73 |
## Distribution of data
|
| 74 |
|
|
|
|
|
|
|
| 75 |
- illuminated
|
| 76 |
- train: 519
|
| 77 |
- dev : 112
|
|
@@ -81,6 +83,10 @@ Training data comes from: [ENC-PSL/odil-medieval-folio-illumination-bin-dataset]
|
|
| 81 |
- dev : 111
|
| 82 |
- test : 112
|
| 83 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
# What counts as "illuminated"?
|
| 85 |
|
| 86 |
### Positive (illuminated)
|
|
|
|
| 72 |
|
| 73 |
## Distribution of data
|
| 74 |
|
| 75 |
+
## Distribution of data
|
| 76 |
+
|
| 77 |
- illuminated
|
| 78 |
- train: 519
|
| 79 |
- dev : 112
|
|
|
|
| 83 |
- dev : 111
|
| 84 |
- test : 112
|
| 85 |
|
| 86 |
+
> **Data augmentation.** During training, data augmentation was applied to the training split only in order to improve robustness and reduce overfitting.
|
| 87 |
+
> The augmentation pipeline included random horizontal flips, small random rotations up to 5°, and light color jittering with brightness `0.12`, contrast `0.12`, saturation `0.08`, and hue `0.02`.
|
| 88 |
+
> Validation and test images were evaluated without augmentation.
|
| 89 |
+
|
| 90 |
# What counts as "illuminated"?
|
| 91 |
|
| 92 |
### Positive (illuminated)
|