VitjanZ / DRAEM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data normalization?

opened this issue · comments

Hi, thanks for your great work,
I have a question about data processing,
In most of the implementations in the computer vision area with PyTorch, we will apply image normalization using std and mean,
I wonder why don't you apply normalization in the data preprocessing part?