siamese-fc icon indicating copy to clipboard operation
siamese-fc copied to clipboard

how to understand?

Open zhangyaqin032266 opened this issue 7 years ago • 1 comments
trafficstars

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

zhangyaqin032266 avatar Sep 29 '18 09:09 zhangyaqin032266

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 [email protected] 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 .

bertinetto avatar Sep 29 '18 11:09 bertinetto