MegEngine/PMRID

"doubt about K_sigma transform"

hello-bin opened this issue · 0 comments

Hi,I check your code for k_sigma transform. And I find in sigma process,cvt_b compute by difference of offset and divide by k_a. I think may be we need not divide by k_a. Is there any consideration about this. Thanks.

cvt_b = (sigma / (k ** 2) - sigma_a / (k_a ** 2)) * k_a