lvlanbing / SiamMSS

paper link:https://www.sciencedirect.com/science/article/pii/S0950705122008632
5 stars 1 forks source link

VOT-TIR2015测试结果如何得到 #2

Open lxshepherd opened 1 year ago

lxshepherd commented 1 year ago

您好,请问您论文中在VOT-TIR2015上的实验结果是如何得到的?是使用vot官方提供的vot-toolkit工具包得到的吗?

lvlanbing commented 1 year ago

https://github.com/StrangerZhang/pysot-toolkit 使用该工具得到的

lxshepherd commented 1 year ago

https://github.com/StrangerZhang/pysot-toolkit 使用该工具得到的

您好,这个工具不支持VOT-TIR2015,只支持VOT2016和VOT2018,请问您是修改了代码吗?

lvlanbing commented 1 year ago

是修改了代码,添加了VOT-TIR2015部分代码,VOT-TIR2015和VOT2016评价计算方法是相同的

lxshepherd commented 1 year ago

是修改了代码,添加了VOT-TIR2015部分代码,VOT-TIR2015和VOT2016评价计算方法是相同的

那请问您在计算EAO的时候,将low,high,peak设置成多少?我看VOT2016设置的是108,371,168。还有就是我在有的文章中(《GFSNet: Generalization-friendly siamese network for thermal infrared object tracking》)见到robustness全部比1小,都是零点几,也是在VOT-TIR2015上的测试的结果,而您文章中给的robustness都比1大,感觉你们中间差了十倍,请问您遇到过类似的情况吗?

lvlanbing commented 1 year ago

你可以看看这篇论文Learning Dual-Level Deep Representation for Thermal Infrared Tracking 设置和VOT2016一样的

lxshepherd commented 1 year ago

你可以看看这篇论文Learning Dual-Level Deep Representation for Thermal Infrared Tracking 设置和VOT2016一样的 好的,谢谢您