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 46e024a commit be72372
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 @@ -53,7 +53,7 @@ def draw_face(path,face_list=[],p=0.2):

cv2.rectangle(img, (left,top), (left+width,top+height), (0,255,0), 4)
cv2.putText(img,"score={}".format(score),
(width/2+left,top-height/5),cv2.FONT_HERSHEY_PLAIN,2.0,(255,255,255),2,1)
( int(left),int(top-height/5)),cv2.FONT_HERSHEY_PLAIN,2.0,(255,255,255),2,1)

deepfakes_num+=1

Expand Down

0 comments on commit be72372

Please sign in to comment.