majedelhelou / SFM

(ECCV 2020) Stochastic Frequency Masking to Improve Super-Resolution and Denoising Networks
153 stars 22 forks source link

SPD calculation #9

Open SamHSHS opened 2 years ago

SamHSHS commented 2 years ago

Thank you very much for sharing your work.

I was wondering if you guys could share the code you used to calculate the PSD in figure 2 of the paper.

Thank you.

majedelhelou commented 2 years ago

We originally published the code necessary for the SFM experiments only and did not publish all our analysis code. We received many requests for the PSD calculation so we added the basis of it in this notebook. You can use this on any dataset/processed dataset to analyze your own results or to replicate our PSD figures for pretrained models. We cannot share the full processed datasets for directly reproducing the figures due to the size, so you would need to run your own inference.

Hope this helps, and thank you for your positive comment.