Skip to content

Instantly share code, notes, and snippets.

@m10303430
Created December 30, 2015 07:43
Show Gist options
  • Save m10303430/53370dbea91eb261ca9c to your computer and use it in GitHub Desktop.
Save m10303430/53370dbea91eb261ca9c to your computer and use it in GitHub Desktop.
testing = 10;
tmp = pairlist_lfw.IntraPersonPair;
tmp((testing-1)*300+1:testing*300,:) = [];
train_Intra = tmp;
idx = [idx;tmp(:)];
tmp = pairlist_lfw.ExtraPersonPair;
tmp((testing-1)*300+1:testing*300,:) = [];
train_Extra = tmp;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment