mabaorui/Noise2NoiseMapping

Could you review the implementation of Equation 6?

Opened this issue · 0 comments

Thank you for your diligent work. I would like to request a review of Equation 6's implementation, specifically in line 336 of the 'noise2noise.py' script. The script calculates dist_input_denoise using points_target_cd and points_gen. However, according to the paper, it seems this calculation might need to use input_points_3d and points_gen. Could you please verify this?