remove cfp_ff, do ver on flip only

This commit is contained in:
Jia Guo
2017-12-08 22:24:29 +08:00
parent ae8766a4eb
commit 599c3834bd
2 changed files with 6 additions and 3 deletions

View File

@@ -416,7 +416,7 @@ def train_net(args):
ver_list = []
ver_name_list = []
for name in ['lfw','cfp_ff','cfp_fp','agedb_30']:
for name in ['lfw','cfp_fp','agedb_30']:
path = os.path.join(args.data_dir,name+".bin")
if os.path.exists(path):
data_set = verification.load_bin(path, image_size)