Zachary Wilkins-Olson

Results 1 issues of Zachary Wilkins-Olson

In face_recognition/api.py: - The try/except block on lines 8-13 catches a broad Exception and then calls quit. Code below: try: import face_recognition_models except Exception: print("Please install `face_recognition_models` with this command...