Skip to content

Commit

Permalink
Update facial_recognition_testing_webcam_voiceenabled.py
Browse files Browse the repository at this point in the history
  • Loading branch information
richmondu committed Jan 7, 2019
1 parent 092238d commit fd109c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facial_recognition_testing_webcam_voiceenabled.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def process_facerecognition(model_detector, model_recognizer, model_speech_synth
# Initialize text-to-speech synthesizer
speech_synthesizer = SpeechSynthesizer(model=model_speech_synthesizer, path=None, path_output=None, training=False)
except:
face_encoder = None
#face_encoder = None
print("Warning, check if models and trained dataset models exists!")
face_id, confidence = (None, 0)

Expand Down

0 comments on commit fd109c3

Please sign in to comment.