deg_util中的高斯模糊和高斯噪声问题
Lincoln20030413 opened this issue · 1 comments
Lincoln20030413 commented
你好,请问加高斯噪声里的noise_high的值对应的noise尺度是多少呢,我看您说要noise尺度0到30,但是noise_high要对应设置多少呢?还有好像我没有找到iso和aniso高斯模糊核分别对应的函数在哪,好像只有一个batchsrkernel函数,希望您能解答!
Algolzw commented
你好,noise_high应该是设置为noise_level / 255.
, 而模糊核生成核心代码是random_batch_kernel 函数。