-
Notifications
You must be signed in to change notification settings - Fork 156
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
About the performance #23
Comments
I also met this problem. |
Do you get similar results as i do? |
I run SIamFC(3s) on OTB2013 and got the following results: |
I think we have some problems with newer versions of matconvnet/matlab/cuda/cudnn : |
I try to generate random hyperparameters to run baseline-conv5 and cfnet-conv2 and find that the hyperparameters associated to best performance seem to have a huge difference from those given in the paper.For example, I get better performance(0.805/0.618) by setting hyperparameters in baseline-conv5 as blow: |
so,can you give all performance and the corresponding hyperparameters to me? |
I use Matlab 2015b, CUDA8.0, cudnn 6.02, matconvnet-24, the OPE of OTB100 is 52.1(Iou) and 66.7(prec) based on Baseline+CF-conv3, can you give me a suggestion? I should change the version cuda or cudnn or matconvnet? @bertinetto |
Hi, Luca and Jack.
good work as always.
I run the CFNet-conv2, CFNet-conv5, Baseline-conv5 on OTB2013 OPE by setting the hyperparameters according to the table2 in the paper and find that the results are much worser(the numbers after the "/" are the results shown in the paper):
1. Baseline-conv5:
precision:0.779 / 0.806
success:0.6 / 0.618
2. CFNet-conv2:
precision:0.737 / 0.807
success:0.561 / 0.611
3. CFNet-conv5:
precision:0.723 / 0.803
success:0.518 / 0.611
Does anyone knows what may cause these results? I run the code on Matlab2016a by using CUDA8.0 and matconvnet-25
The text was updated successfully, but these errors were encountered: