Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
duoergun0729 committed Jul 17, 2019
1 parent 4235461 commit 1a01c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/fake_face_detect/benchmarking.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def deepfakes_detect_by_img(path):
#draw_face(path,face_list,p=0.2)

except:
print("Fail to detect!")
print("Fail to detect {}!".format(path))
face_num=0
face_list=[]

Expand Down

0 comments on commit 1a01c02

Please sign in to comment.