-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what's your accuracy #13
Comments
Could you open source your code? I tried to implement the SiamRPN without imagenet pretrain or Youtube and only got 0.22 auc at OTB2015 |
how about the VOT EAO? |
how to test the pretrained model on OTB? |
@HelloRicky123 Hi, I can get 0.19 on VOT2018 with a modification based on your code. But I don't know if they could make it better. |
@leeyeehoo |
@HelloRicky123 Hi, I modified your loss function. In my opinion, they could train the tracker on the testing dataset because there are too many successful cases on difficult frames that cannot be explained. |
Could you send me your modified code at [email protected]?I will test it on the vot2015. I think they may adjust the super parameters carefully that make this difficult frames tracked successfully, but not robust. Tracking is far from realistic world now.------------------ Original ------------------From: Yuhong Li <[email protected]>Date: Sat,Jan 26,2019 2:41 PMTo: songdejia/Siamese-RPN-pytorch <[email protected]>Cc: HelloRicky123 <[email protected]>, Mention <[email protected]>Subject: Re: [songdejia/Siamese-RPN-pytorch] what's your accuracy (#13)@HelloRicky123 Hi, I modified your loss function. In my opinion, they could train the tracker on the testing dataset because there are too many successful cases on difficult frames that cannot be explained.
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/songdejia/Siamese-RPN-pytorch","title":"songdejia/Siamese-RPN-pytorch","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/songdejia/Siamese-RPN-pytorch"}},"updates":{"snippets":[{"icon":"PERSON","message":"@leeyeehoo in #13: @HelloRicky123 Hi, I modified your loss function. In my opinion, they could train the tracker on the testing dataset because there are too many successful cases on difficult frames that cannot be explained. "}],"action":{"name":"View Issue","url":"#13 (comment)"}}}
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "#13 (comment)",
"url": "#13 (comment)",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
So, can you provide your accuracy on OTB or VOT? I reimplement the paper and use the same network with you, without imagenet pretrain or Youtube-BB dataset and get at most 0.52 auc on OTB2013.
The text was updated successfully, but these errors were encountered: