Dmytro Mishkin
Dmytro Mishkin
Is it still the case?
It might be the case when you use RGB image instead of grayscale as an input...
> @YanivHollander would interesting to see (or compare somehow) with classical checkerboard calibration. @ducha-aiki @lferraz do you know any open dataset for that ? https://github.com/amy-tabb/basic-camera-calibration here is a code to...
Closing in favour of #1911
> > @AnimeshMaheshwari22 can you add docs and tests here to merge ? > > Hi. I tried removing import torch as suggested. But this runs into compilation error, with...
Yes, that is what I am figuring out now
It seems that what is crashing, is function `assert_close` when one of the arguments is inf or nan. Example to reproduce ```python3 import torch from torch.testing import assert_close a =...
Have opened issue here https://github.com/pytorch/pytorch/issues/77957
https://github.com/pytorch/pytorch/issues/77958
Here is an issue on pytorch github to track all the missing operations on M1 https://github.com/pytorch/pytorch/issues/77764