load('LFW_Feature.mat');
A=importdata('image_list.txt');
TT=feature';
Feature_zhengli=[];
ll=length(A);
for ii=1:ll
image_name=A{ii};
for jj=1:ll
if(strcmp(image_name,list{jj}))
f=TT(jj,:);
Feature_zhengli=[Feature_zhengli;f];
break;
else
continue;
end
end
end
Verification:
@ FAR = 0.1%: VR = 92.97%.
Open-set Identification:
@ Rank = 1, FAR = 1%: DIR = 63.61%.
fig1:
fig2
fig3