sainimohit23 / FaceNet-Real-Time-face-recognition

66 stars 42 forks source link

Training fail #6

Closed ani16 closed 4 years ago

ani16 commented 4 years ago

Hi

Training fails with train_triplet.py. It throws error -

np_resource = np.dtype([("resource", np.ubyte, 1)]) Traceback (most recent call last): File "train_triplet.py", line 43, in if os.path.exists(best_model_path): NameError: name 'best_model_path' is not defined

Kindly do help me.

davidchong commented 3 years ago

hi, i guess you have to download a .h5 model and update the link link the train_triplet.py I am working on it currently as well. good luck