ZPdesu / SEAN

SEAN: Image Synthesis with Semantic Region-Adaptive Normalization (CVPR 2020, Oral)
https://zpdesu.github.io/SEAN/
Other
652 stars 95 forks source link

Questions for input range #28

Open BenjaminJonghyun opened 3 years ago

BenjaminJonghyun commented 3 years ago

Hello,

I'm reimplementing your work in TensorFlow.

I have some questions about the input range.

Based on your code, input image is [-1, 1] , segmentation map is [0, 255].

Am I right?

Furthermore, PSNR and SSIM are calculated in RGB domain or Y domain?

LiUzHiAn commented 2 years ago

You can refer to this link for how the metrics are calculated.