cvpr2018-SSAH icon indicating copy to clipboard operation
cvpr2018-SSAH copied to clipboard

How to plot Precision-Recall curves on cross-modal hashing retrieval task?

Open Shen-Qiu opened this issue 5 years ago • 3 comments

P-R_curve I have plotted two Precision-Recall curves on the result of Flickr-25K. Some settings as followed: bit=16, using vgg19 features. The codes and result are provided in SHARING.

These curves look a bit strange because some of their starting points don't show a downward trend as those curves shown in DCMH and SSAH.

Is there a problem with my code?

Shen-Qiu avatar May 13 '19 21:05 Shen-Qiu

I have used the CNN-F network(imagenet-vgg-f.mat), but I do not have the model file of the VGG19 network, could you please provide it?

limycml avatar May 28 '19 07:05 limycml

@limycml You could download VGG19 from http://www.vlfeat.org/matconvnet/models/imagenet-vgg-verydeep-19.mat. But you should write some codes to read these pre-trained weights.

Shen-Qiu avatar May 28 '19 14:05 Shen-Qiu

Can you provide the code to read imagenet-vgg-verydeep-19.mat?


Best regards. Mingyong. donghua university

------------------ 原始邮件 ------------------ 发件人: "Qiu"[email protected]; 发送时间: 2019年5月28日(星期二) 晚上10:47 收件人: "zyfsa/cvpr2018-SSAH"[email protected]; 抄送: "木头"[email protected];"Mention"[email protected]; 主题: Re: [zyfsa/cvpr2018-SSAH] How to plot Precision-Recall curves oncross-modal hashing retrieval task? (#8)

@limycml You could download VGG19 from http://www.vlfeat.org/matconvnet/models/imagenet-vgg-verydeep-19.mat. But you should write some codes to read these pre-trained weights.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

limycml avatar May 29 '19 02:05 limycml