You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi jinsun!
I looking through #16 . And your lastest version.
if I understand correctly, for a new training model, there is no need to compute the relative coordinate ww and hh.
I think there should better use a if judgement for reduce the computional complexity?
Here:
The calculation you mentioned is still needed to "skip" the reference at the patch center.
You may check how aff and aff_ref are calculated to understand this process!
Hi jinsun!
I looking through #16 . And your lastest version.
if I understand correctly, for a new training model, there is no need to compute the relative coordinate
ww
andhh
.I think there should better use a
if
judgement for reduce the computional complexity?Here:
The text was updated successfully, but these errors were encountered: