Skip to content

Commit

Permalink
Add note about pillow resizing function change
Browse files Browse the repository at this point in the history
  • Loading branch information
achalddave committed Jul 20, 2017
1 parent cc44089 commit 9b4fdf3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,8 @@ py scripts/plot_correlations.py \
the config as it wishes. This makes it easier to change the code, but forces
you to add experimental code to your main code, guaraded by config variables,
which is slightly frustrating and adds some mental overhead.
- Pillow changed its resizing function in version 3.3.0, which means that models
trained on images that used the older resizing function do worse on the newer
resized images. I found the drop to be about 0.5% by using images resized
using the newer method.

0 comments on commit 9b4fdf3

Please sign in to comment.