Commit 4d1154c
authored
fix: performance (#38)
ResNet50 requires images with the size of 224, I had to increase that.
Also important changes are slight rotations which helps the model to
learn.
Increase the light of the images can help when images are a bit darker.
Those tiny changes increase the model accuracy from 71% to 80%1 parent 8296767 commit 4d1154c
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
0 commit comments