cfnet icon indicating copy to clipboard operation
cfnet copied to clipboard

About the performance

Open YP-Liu opened this issue 6 years ago • 7 comments

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

YP-Liu avatar May 03 '18 07:05 YP-Liu

I also met this problem.

lianghao12138 avatar May 06 '18 11:05 lianghao12138

Do you get similar results as i do?

YP-Liu avatar May 06 '18 12:05 YP-Liu

I run SIamFC(3s) on OTB2013 and got the following results: precision: 0.762 success: 0.580

lianghao12138 avatar May 06 '18 12:05 lianghao12138

I think we have some problems with newer versions of matconvnet/matlab/cuda/cudnn :
Soon I will try to get the exact versions we use and report them on README, but I think we used Matlab 2015b, CUDA7.5, cudnn 5.1, matconvnet-23.

bertinetto avatar May 10 '18 18:05 bertinetto

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: scaleStep: 1.0355 scalePenalty: 0.9815 scaleLR: 0.575 zLR: 0.006 wInfluence: 0.225

YP-Liu avatar May 12 '18 05:05 YP-Liu

so,can you give all performance and the corresponding hyperparameters to me?

ArsNova123 avatar Jul 12 '18 02:07 ArsNova123

I think we have some problems with newer versions of matconvnet/matlab/cuda/cudnn : Soon I will try to get the exact versions we use and report them on README, but I think we used Matlab 2015b, CUDA7.5, cudnn 5.1, matconvnet-23.

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

Lauretta1995 avatar Dec 18 '18 04:12 Lauretta1995