IanYeung / RealVSR

Dataset and Code for ICCV 2021 paper "Real-world Video Super-resolution: A Benchmark Dataset and A Decomposition based Learning Scheme"
Apache License 2.0
109 stars 7 forks source link

Visualize the Y channel and Chrominance channel #1

Closed yjsunnn closed 2 years ago

yjsunnn commented 2 years ago

Hi @IanYeung Given the YCbCr format of RealVSR Dataset, how could I visualize the Y channel and chrominance channel like you did in your paper? image Could you please give me some suggestions? Thx a lot.

IanYeung commented 2 years ago

Hi @IanYeung Given the YCbCr format of RealVSR Dataset, how could I visualize the Y channel and chrominance channel like you did in your paper? image Could you please give me some suggestions? Thx a lot.

Hi. For the Y channel, I directly visualize it with gray-scale image. For color channels, I deliberately add some colors for illustration purpose. You can visualize it with gray-scale image as well.

yjsunnn commented 2 years ago

Really thanks a lot for your help. THANK YOU :)