zhilin007 / FFA-Net

FFA-Net: Feature Fusion Attention Network for Single Image Dehazing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test result

chenhuiphd opened this issue · comments

hi,The test input is the pre-processing result after normalization( tfs.Normalize(mean=[0.64, 0.6, 0.58],std=[0.14,0.15, 0.152])), while the output needs to be de-normalized to get the RGB image with the output pixel value between 0 and 255. Could you please tell me how to de-normalize it?