Facenet: What is the role of facenet.prewhiten

Created on 22 Aug 2017  路  2Comments  路  Source: davidsandberg/facenet

I saw the code of compare.py and found the function prewhiten.
What is the role of facenet.prewhiten?

Most helpful comment

It subtracts the average and normalizes the range of the pixel values of input images. It makes training a lot easier.

All 2 comments

It subtracts the average and normalizes the range of the pixel values of input images. It makes training a lot easier.

Is there a method to reverse the prewhiten-ing to reconstruct the original image?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mayank26saxena picture mayank26saxena  路  4Comments

MaartenBloemen picture MaartenBloemen  路  3Comments

ouyangbei picture ouyangbei  路  4Comments

shdyn picture shdyn  路  4Comments

scotthong picture scotthong  路  3Comments