zwx8981 / UNIQUE

The repository for 'Uncertainty-aware blind image quality assessment in the laboratory and wild' and 'Learning to blindly assess image quality in the laboratory and wild'
Apache License 2.0
127 stars 10 forks source link

Input scaling #10

Closed pencilzhang closed 3 years ago

pencilzhang commented 3 years ago

I noticed that there is no scaling operation for input (./255) before applying mean-std normalization (mean=(0.485, 0.456, 0.406), std=(0.229, 0.224, 0.225)) . Why not firstlt scaling input?

pencilzhang commented 3 years ago

Oh I saw toTensor() thing.