facial-login-web icon indicating copy to clipboard operation
facial-login-web copied to clipboard

Web based facial Authentication system with flask server

Results 5 facial-login-web issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "keras_server.py", line 353, in load_FRmodel() File "keras_server.py", line 94, in load_FRmodel model = load_model('models/model.h5', custom_objects={'triplet_loss': triplet_loss}) code = marshal.loads(raw_code) ValueError: bad marshal data (unknown...

getting this error Traceback (most recent call last): File "/Users/abhishekkumarsingh/opt/anaconda3/lib/python3.7/site-packages/flask/app.py", line 2446, in wsgi_app response = self.full_dispatch_request() File "/Users/abhishekkumarsingh/opt/anaconda3/lib/python3.7/site-packages/flask/app.py", line 1951, in full_dispatch_request rv = self.handle_user_exception(e) File "/Users/abhishekkumarsingh/opt/anaconda3/lib/python3.7/site-packages/flask/app.py", line 1820,...

C:\wamp64\www\facial-login-web-master>python C:\wamp64\www\facial-login-web-master/keras_server.py Traceback (most recent call last): File "C:\wamp64\www\facial-login-web-master/keras_server.py", line 12, in import keras ^^^^^^^^^^^^ ModuleNotFoundError: No module named 'keras' idk i tried loading all the keras modules cause i...

Traceback (most recent call last): File "d:\Jainam\Code\facial-login-web-master\keras_server.py", line 353, in load_FRmodel() File "d:\Jainam\Code\facial-login-web-master\keras_server.py", line 94, in load_FRmodel model = load_model('models\model.h5', custom_objects={'triplet_loss': triplet_loss}) File "C:\Users\jaina\AppData\Roaming\Python\Python310\site-packages\keras\src\saving\saving_api.py", line 194, in load_model return legacy_h5_format.load_model_from_hdf5(...