TanGeeGo / DegradationTransfer

This is the official Pytorch implementation of "Extreme-Quality Computational Imaging via Degradation Framework" (ICCV 2021)
https://openaccess.thecvf.com/content/ICCV2021/html/Chen_Extreme-Quality_Computational_Imaging_via_Degradation_Framework_ICCV_2021_paper.html
19 stars 7 forks source link

How does the DIV2K dataset match the resolution of the Sensor? #2

Open panwangjun opened 2 years ago

panwangjun commented 2 years ago

A very good job! Could you tell me, How does the DIV2K dataset match the resolution of the Sensor?

TanGeeGo commented 2 years ago

Thank you! We used some SOTA SISR algorithms to up-sample the 2K images into higher resolution.

Now we note that there are DIV8K datasets, we recommend you could try the higher resolution images for evaluation.

panwangjun commented 2 years ago

Thank you! I have noticed that.

In the degradation extraction stage, I used the two PNG images and the original code provided by you, and the extracted PSF was very strange and felt abnormal. How does this approach ensure that the GT graph is consistent with the print? Thank you!