QATM icon indicating copy to clipboard operation
QATM copied to clipboard

Code for Quality-Aware Template Matching for Deep Learning

Results 8 QATM issues
Sort by recently updated
recently updated
newest added

Could you please provide a training script or is the model you provided a generalized one?

In some cases, if an image consists of homogenous patches, we might get a division by zero issue that results in no features being detected. To handle this issue, I...

https://github.com/cplusx/QATM/blob/89b87287144ef1cd10028a0f506632f4faeed3e4/utils.py#L55 The w and h should be the width and height of the template(first) image instead of the searching(second) image. The same issue can be found on the function score...

Dear @rex-yue-wu , @cplusx , I want to use Pytorch(https://github.com/kamata1729/QATM_pytorch) written in the README in my software and want to include it in my software distribution. Can I just comply...

Hi, as disscussed in paper about many to 1 search. I have many template and 1 image . i want to search all template in a image. so how can...

Hello, I am matching the relevant knowledge with the template matching, I hope you can share the code of BBS, DDIS, CoTM, thank you

Hello As mentionned in the paper, how do you perform Deep Image-to-GPS Matching (Image-to-Panorama Matching) ? can you provide a script or clues about how to do it ? Also,...