Rishabh Karmakar
Rishabh Karmakar
In that case, I request you to check all the dependencies in testing.txt and specially the versions of numpy and tensorflow. Also, try running Add_New.py separately. Depending on your ram...
That... isn't right. Might I suggest opening up a Jupyter notebook and see if the camera is indeed opening or not? Also, this problem is in just Add_New or in...
Run this to check if camera is working. ``` import numpy as np import cv2 cap = cv2.VideoCapture(0) while(True): # Capture frame-by-frame ret, frame = cap.read() # Our operations on...
Okay, in that case; try the following. 1. Download the model again. - model-20170512-110547.ckpt-250000 2. Can you print a few statements in the face_feature file and get me which function/...
So I could assume Recog.py and the initial unlock Auth1.py is working and camera is opening?
Again, I made this way ago and I just tested it, again and Im not facing similar error, so Im not too sure how can I help you; What I...