-
Notifications
You must be signed in to change notification settings - Fork 138
Description
I randomly tested several images, the difference is between .10 to .20.
In fact, I tested the code one by one, and found the resize method might be the problem which cause this.
I also used opencv instead of PIL to do resize, the final result is similar to tensorflow resize. Moreover, I compared resize result between PIL and opencv, they are quite different, for example, the max difference value in one image is about 25, and the RMSD is about 3.
Last, I read some articles which point out that adding noise to a image might cause totally different result even though human being cannot find the difference between these two images.
PS: thanks to this repository which helps me to save time, otherwise I might need to spend lots of time to convert caffe to tensorflow. :)