QATM icon indicating copy to clipboard operation
QATM copied to clipboard

Bug report.

Open iminfine opened this issue 5 years ago • 1 comments

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 = compute_score( gray, w_gt, h_gt ) of run_all_OTB.ipy After fixing them, the AUC is 0.62 with alpha=28.4.

iminfine avatar Nov 03 '19 14:11 iminfine

Thank you so much. Actually, my AUC result on OTB was very low than paper's performance. Do you have any suggestions?

MT1720530 avatar Jan 12 '21 01:01 MT1720530