QATM_pytorch icon indicating copy to clipboard operation
QATM_pytorch copied to clipboard

Fixing an error of no features getting detected for certain images

Open Arka161 opened this issue 3 years ago • 0 comments

In some 1 -> 1 matching scenarios, no features are detected, as the Tensor returned by the Normalization method (MyNormLayer) has NaNs in it. The fix is to just add an epsilon while normalizing, as a zero standard deviation is common for several kinds of images.

Arka161 avatar Jun 10 '21 17:06 Arka161