Skip to content

Commit 52e9e2a

Browse files
committed
Rename model name
1 parent 10010c8 commit 52e9e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

face_recognizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from inception_blocks_v2 import *
1212

1313
#with CustomObjectScope({'tf': tf}):
14-
FR_model = load_model('face-rec_Google.h5')
14+
FR_model = load_model('nn4.small2.v1.h5')
1515
print("Total Params:", FR_model.count_params())
1616

1717
face_cascade = cv2.CascadeClassifier('haarcascades/haarcascade_frontalface_default.xml')

0 commit comments

Comments
 (0)