Skip to content

Commit b29ed23

Browse files
author
Yang Liu
committed
update
1 parent 120df19 commit b29ed23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

megaface_eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def megaface_test(model):
2727
cmd = 'python megaface/devkit/experiments/run_experiment.py -p megaface/devkit/templatelists/facescrub_uncropped_features_list.json megaface/MegaFace_aligned/FlickrFinal2 megaface/FaceScrub_aligned _0.bin results -s 1000000'
2828
# print(cmd)
2929
output = subprocess.check_output(cmd, shell=True).decode("utf-8")
30-
# print(output)
30+
print(output)
3131

3232
lines = output.split('\n')
3333
line = [l for l in lines if l.startswith('Rank 1: ')][0]

0 commit comments

Comments
 (0)