We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120df19 commit b29ed23Copy full SHA for b29ed23
megaface_eval.py
@@ -27,7 +27,7 @@ def megaface_test(model):
27
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'
28
# print(cmd)
29
output = subprocess.check_output(cmd, shell=True).decode("utf-8")
30
- # print(output)
+ print(output)
31
32
lines = output.split('\n')
33
line = [l for l in lines if l.startswith('Rank 1: ')][0]
0 commit comments