Facial-Recognition-using-Facenet
Facial-Recognition-using-Facenet copied to clipboard
need your help here!!!!
C:\Users\Facial-Recognition-using-Facenet-master>python rec-feat.py
C:\Users\AppData\Local\Continuum\anaconda3\lib\site-packages\h5py_init_.py:36: FutureWarning: Conversion of the second argument of issubdtype from float
to np.floating
is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type
.
from ._conv import register_converters as _register_converters
Using TensorFlow backend.
2018-06-13 13:17:08.655028: I T:\src\github\tensorflow\tensorflow\core\platform\cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
C:\Users\AppData\Local\Continuum\anaconda3\lib\site-packages\keras\engine\saving.py:270: UserWarning: No training configuration found in save file: the model was not compiled. Compile it manually.
warnings.warn('No training configuration found in save file: '
Total Params: 3743280
Traceback (most recent call last):
File "rec-feat.py", line 112, in
now this error any inputs/suggestions??
Total Params: 3743280
OpenCV(3.4.1) Error: Assertion failed (ssize.width > 0 && ssize.height > 0) in cv::resize, file C:\bld\opencv_1520732670222\work\opencv-3.4.1\modules\imgproc\src\resize.cpp, line 4044
Traceback (most recent call last):
File "rec-feat.py", line 112, in
OpenCV(3.4.1) D:\Build\OpenCV\opencv-3.4.1\modules\imgproc\src\resize.cpp:4044: error: (-215) ssize.width > 0 && ssize.height > 0 in function cv::resize help me
Any luck on the resizing problem anyone?
No Buddy , the recognizing part is not working :(
function cv::resize problem arises here because of the path. I got stuck here because I forgot to add the trailing slash.
TRAIN_DIR = '../input/train/' I had forgotten to add the last forward slash and got this error.
Just change the line 29 from:
def recognize_face(face_descriptor, database):
encoding = img_to_encoding(face_descriptor, FRmodel)
min_dist = 100
identity = None
to:
def recognize_face(face_descriptor, database):
encoding = img_to_encoding(face_descriptor, FRmodel)
min_dist = 100
identity = 0
Traceback (most recent call last):
File "rec-feat.py", line 112, in
Did anyone solved this issue ? Please help ! @arorasahil1234 @Pratiko3 @SulleyOne @JishinK
Try saving the picture in images folder by number not by name