QATM
QATM copied to clipboard
Bug report.
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.
Thank you so much. Actually, my AUC result on OTB was very low than paper's performance. Do you have any suggestions?