-
Notifications
You must be signed in to change notification settings - Fork 67
:integrate to VOT benchmark: #9
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
base: goturn-0.1
Are you sure you want to change the base?
Conversation
Hi @sydney0zq thank you for you interest in contributing to the project, |
How to test our model on VOT benchmark?
As a reference, my EAO on VOT2015 is about 20.4 |
By the way, we need change tracker object. I think our regressor should be consistent over one single video. I will pull another request soon. |
if not imagefile: | ||
break | ||
sMatImage = cv2.imread(imagefile) | ||
est_bbox = objTracker.track(sMatImage) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here notice I change the class from goturn.tracker.vot_tracker import tracker
.
@sydney0zq Did you test a trained model against the VOT challenge? If so, could you please share the result as well? |
@devyhia No, I just use origin repo’s pretrained model on VOT2015. |
@sydney0zq Okay, I will use this pull request to test the trained model against the VOT challenge then. I hope it yields close results to those Held achieved. |
No description provided.