csxmli2016 / DFDNet

Blind Face Restoration via Deep Multi-scale Component Dictionaries (ECCV 2020)
915 stars 215 forks source link

Why normalize again with RGB_mean and RGB_std ? #56

Open buaacyw opened 4 years ago

buaacyw commented 4 years ago

I see that you've already normalized the tensor with the below codes. image But why in the VGG19, you again normalized it with RGB_mean and RGB_std? image And I don't know what 0.485,0.456,0.406 and 0.229, 0.224, 0.225 mean. Thank you!