zechengtang

Results 7 comments of zechengtang

> Hey @newcomertzc, thank you for the suggested improvement! From looking at the code and reading the docstring, I'm not sure that the the scaling operation with a power of...

@lagru In conclusion, I think the scaling with a power of two is aimed to convert float image to integer image. However, multiplying float image by 2 ** n does...

@lagru I think not using -1 leads to bigger errors. Consider an image with 256 colors. The unique integer values appeared in the image are 0, 1, 2, ... 254,...

> probably the fix for this issue, or others for the augmentation would be: [#2883 (review)](https://github.com/kornia/kornia/pull/2883#pullrequestreview-1999736563) It seems that set_rng_device_and_dtype doesn't work.

@edgarriba Sorry for the late reply — I’ve been going through a difficult time lately, but I’m back now. @egidioln Thanks for the clarification. In my case, I tend to...