|
Algorithm 1: Proposed tracking algorithm. |
|
Input: Image ; Initial target position and scale ; previous target position and scale
|
|
Output: Estimated object position and scale . |
|
For each
|
| Extract the deep feature space thought the pre-trained VGG-Net; |
| Update matrix and by linear interpolation using Equation (13) and (14). The SVD is performed and a new is found; |
| Update the low dimensional appearance feature space using Equation (15); |
| Compute the confidence of the target position using Equation (18); |
| Update the tracking model , and using Equations (19)–(22); |
| Compute the estimated object position and scale using fast sub-grid detection; |
| If , |
| Update the estimated object position and scale using the offline Siamese tracker; |
| Else |
| Output the estimated object position and scale directly; |
|
End
|