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,luca!
in file cfnet/src/tracking/tracker_step.m line:42
% displacement from the center in instance final representation ...
disp_instanceFinal = p_corr - (p.scoreSize*p.responseUp + 1)/2;
% ... in instance input ...
disp_instanceInput = disp_instanceFinal * p.totalStride / p.responseUp;
% ... in instance original crop (in frame coordinates)
disp_instanceFrame = disp_instanceInput * s_x / p.instanceSize;
% position within frame in frame coordinates
newTargetPosition = targetPosition + disp_instanceFrame;
for disp_instanceFrame = disp_instanceInput * s_x / p.instanceSize
s_x is scale coefficient;I think it depend on the best_scale you find. not always s_x;
The text was updated successfully, but these errors were encountered:
tchvsps
changed the title
Error in transform disp_instanceInput to disp_instanceFrame
Confuse about transform disp_instanceInput to disp_instanceFrame
Mar 24, 2018
hi,luca!
in file cfnet/src/tracking/tracker_step.m line:42
% displacement from the center in instance final representation ...
disp_instanceFinal = p_corr - (p.scoreSize*p.responseUp + 1)/2;
% ... in instance input ...
disp_instanceInput = disp_instanceFinal * p.totalStride / p.responseUp;
% ... in instance original crop (in frame coordinates)
disp_instanceFrame = disp_instanceInput * s_x / p.instanceSize;
% position within frame in frame coordinates
newTargetPosition = targetPosition + disp_instanceFrame;
for disp_instanceFrame = disp_instanceInput * s_x / p.instanceSize
s_x is scale coefficient;I think it depend on the best_scale you find. not always s_x;
The text was updated successfully, but these errors were encountered: