XPixelGroup / RankSRGAN

ICCV 2019 (oral) RankSRGAN: Generative Adversarial Networks with Ranker for Image Super-Resolution. PyTorch implementation
269 stars 60 forks source link

It seems a typo in the equation (4) of the paper #5

Open thangvubk opened 5 years ago

thangvubk commented 5 years ago

It seems a minus is missing in eq (4) - the MarginRankingLoss. It should be max(0, -(s1 − s2) ∗ γ + ε).

WenlongZhang0517 commented 5 years ago

I'm sorry for this writing mistake. I will correct it in Arxiv version and clarify it in the project page. Thanks very much.