-
Notifications
You must be signed in to change notification settings - Fork 32
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
Code for user-initialized setting #23
Comments
Yes, of course! I've been meaning to do this for a while and kept putting it off. I've quickly pushed my code for running single-object trackers based on the pysot repo, with documentation for the steps here: https://github.com/TAO-Dataset/tao/blob/master/docs/trackers.md#single-object-trackers To use your own tracker, you can do the following:
I did this fairly hastily so please let me know if you run into any issues! |
Hi, @achalddave Thank you for your great job! I have tested the SiamRPN++ model using the first frame as the init frame following the instructions. However, I only get 25.34% mAP on the TAO validation set (988 videos), which is much lower than 29.7% reported in Table 5. The model I have downloaded is siamrpn_r50_l234_dwxcorr from pysot zoo. |
That is strange. We did not tune hyperparameters, to my recollection. I'll look into this soon and get back to you. If possible, could you send me your results file, either here or over email? |
I have attached both training and validation results to google drive here. I found that the instruction script uses the train.json for evaluation. So I tested the model on training data and the mAP is 28.4%, which is close to 29.7% now. Please check them when you are available. Thank you. |
I got the same performance with the threshold. It is very much appreciated. |
Hi Achal,
The paper reports the results for user-initialized methods. Could you please release related code?
The text was updated successfully, but these errors were encountered: