ohhhyeahhh / SiamCAR

SiamCAR: Siamese Fully Convolutional Classification and Regression for Visual Tracking (CVPR 2020, Oral)
https://openaccess.thecvf.com/content_CVPR_2020/html/Guo_SiamCAR_Siamese_Fully_Convolutional_Classification_and_Regression_for_Visual_Tracking_CVPR_2020_paper.html
323 stars 63 forks source link

the evaluation about the got-10k #13

Open meimeixu520 opened 4 years ago

meimeixu520 commented 4 years ago

Hi,thanks for your excellent work! When I test the got-10k using the given model, then the results aren't same as the online test format requirements .So I want to ask how do you test it ? which format do you use?By the way, I didn't change anything. Best regards!

twotwo2 commented 4 years ago

We use got-10k toolkit to test the got-10k model. You can refer https://github.com/got-10k/toolkit

meimeixu520 commented 4 years ago

Yes ,I know ,but the result's format is not true.

twotwo2 commented 4 years ago

It should be in a compressed format, such as a zip file.

meimeixu520 commented 4 years ago

Yes, I know it shouble be zip file, what I mean by that is the final result of the code is not in the right format, for example: image but it need the following format: image image

twotwo2 commented 4 years ago

We will solve this problem later, thank you for your advice.

meimeixu520 commented 4 years ago

Thanks for your reply! I look forward for your updating! Best regards!