Attendance-using-Face icon indicating copy to clipboard operation
Attendance-using-Face copied to clipboard

Face-recognition using Siamese network

Results 8 Attendance-using-Face issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "C:\Users\arnol\Desktop\Attendance-using-Face-master\trainer.py", line 12, in e = emb() File "C:\Users\arnol\Desktop\Attendance-using-Face-master\embedding.py", line 5, in __init__ self.model=load_model('facenet_keras.h5') File "C:\Python 3.9\lib\site-packages\keras\saving\save.py", line 201, in load_model return hdf5_format.load_model_from_hdf5(filepath, custom_objects,...

ModuleNotFoundError: No module named 'modelArch'

1. y_train=to_categorical(y_train,num_classes=n_classes) // y = np.array(y, dtype='int') ValueError: invalid literal for int() with base 10: 1. for x in people: #print(x) for i in os.listdir('people/'+x): #print(i) img=cv2.imread('people'+'/'+x+'/'+i,1) img=cv2.resize(img,(160,160)) img=img.astype('float')/255.0 img=np.expand_dims(img,axis=0)...

It shows errors when I try to run the trainer file. Could you please help? I am trying to run it on windows 10

python3.6 recognizer.py Using TensorFlow backend. /home/hueintsystem2/.local/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:516: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as...

File "recognizer.py", line 35, in test() File "recognizer.py", line 28, in test test_run=e.calculate(test_run) File "C:\Users\Aditya\Attendance-using-Face-master\embedding.py", line 7, in calculate return self.model.predict(img)[0] File "C:\Users\Aditya\Anaconda3\envs\myenv\lib\site-packages\keras\engine\training.py", line 1169, in predict steps=steps) File "C:\Users\Aditya\Anaconda3\envs\myenv\lib\site-packages\keras\engine\training_arrays.py",...

When I'm running trainer.py on Pycharm it is showing Using TensorFlow backend. 2018-10-05 15:20:41.521166: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2...

How we can create dash ploty graph and chart make some daily based reports??