TaoHuang2018 / Neighbor2Neighbor

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

Padding in val #12

Open ronjonxu opened 2 years ago

ronjonxu commented 2 years ago

Why do you need to pad img in val to this: val_size = (max(H, W) + 31) // 32 * 32