researchmm / SiamDW

[CVPR'19 Oral] Deeper and Wider Siamese Networks for Real-Time Visual Tracking
http://openaccess.thecvf.com/content_CVPR_2019/html/Zhang_Deeper_and_Wider_Siamese_Networks_for_Real-Time_Visual_Tracking_CVPR_2019_paper.html
MIT License
751 stars 180 forks source link

last step of test #44

Closed han3889847 closed 5 years ago

han3889847 commented 5 years ago

when I try to analysis testing results i meet some errors that is

image

and i don't know how to modify my get_eao.m ,can you show me how to modify it.especially what meaning of 'year‘ in pwd = ['/home/han/project/vot-toolkit/', 'vot-workspace/', 'year'] % year is a str (can not be a number)

JudasDie commented 5 years ago

when I try to analysis testing results i meet some errors that is

image

and i don't know how to modify my get_eao.m ,can you show me how to modify it.especially what meaning of 'year‘ in pwd = ['/home/han/project/vot-toolkit/', 'vot-workspace/', 'year'] % year is a str (can not be a number)

Hi~ Thanks for your interest. I have already provided a script namely get_eao.m in lib/core. Pls feel free to use it. In general, we create vot-toolkit worksapce namely vot-workspace201x. So the year means this directory name. Pls check vot offical installing toolkit tutorial.

han3889847 commented 5 years ago

Thank you for your prompt reply!I'll try it.