TaoHuang2018 / Neighbor2Neighbor

Neighbor2Neighbor: Self-Supervised Denoising from Single Noisy Images
BSD 3-Clause "New" or "Revised" License
244 stars 37 forks source link

What does the `increase_ratio` mean? #19

Open zhongqiu1245 opened 1 year ago

zhongqiu1245 commented 1 year ago

Hello Thank you for your amazing job! According your paper, gamma (in Section 4.2) is the most import parameter. but in your code, I doesn't see it. But in your code, there is the increase_ratio, which doesn't show in your paper. What does the increase_ratio mean? And what does the Lambda1 and Lambda2 mean? These two doesn't show in your paper and it seems like that these two are only balance the loss1 and loss2. Is that right? Thank you in advance!