bertinetto / siamese-fc

Arbitrary object tracking at 50-100 FPS with Fully Convolutional Siamese networks.
http://www.robots.ox.ac.uk/~luca/siamese-fc.html
MIT License
619 stars 224 forks source link

how to understand? #63

Open zhangyaqin032266 opened 5 years ago

zhangyaqin032266 commented 5 years ago

net_x.eval({p.id_feat_z, z_features, 'instance', x_crops}); What does this line of code mean?Thanks!

bertinetto commented 5 years ago

Hi, it is computing the similarity between target and search area. As input, it gets the precomputed embedding of the template (because they are fixed), and the rgb crops of the search area.

On Sat, Sep 29, 2018 at 10:44 AM zhangyaqin032266 notifications@github.com wrote:

net_x.eval({p.id_feat_z, z_features, 'instance', x_crops}); What does this line of code mean?Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bertinetto/siamese-fc/issues/63, or mute the thread https://github.com/notifications/unsubscribe-auth/ADLRuTg4VDmObF-srCURearwv4oERUTBks5uf0DpgaJpZM4XAbgj .