sooyekim / Deep-SR-ITM

Official repository of Deep SR-ITM (oral at ICCV 2019)
101 stars 16 forks source link

Display problem #3

Closed Schizophreni closed 3 years ago

Schizophreni commented 4 years ago

Thanks for your awesome work. How can I change the YUV output from BT.2020 range back to BT.709 range for displaying on my screen?

Schizophreni commented 4 years ago

Thanks for your awesome work. How can I change the YUV output from BT.2020 range back to BT.709 range for displaying on my screen?

I've found the solution by trying different mapping function from YUV to RGB, hhh The uint8 YUV has been modulated by subtracting Y with 16 for SDR image.

sooyekim commented 4 years ago

Hi,

Thanks for your interest in our work. To convert to RGB709, note that you would have to convert from YUV2020 to RGB2020, then to RGB709. Also, please note that our method is actually not intended for viewing in RGB709. (It's intended for viewing on HDR displays with BT.2020 standard)

Thank you. Soo Ye

Schizophreni commented 4 years ago

Thanks for your reply. got that, seems a laborious task, I will try it. I just tried several methods to change the YUV2020 to RGB2020, then to RGB709, but the result is not good, there must be information loss during the path, I will keep trying. Congratulations to your splendid work!