FaceNet-Real-Time-face-recognition icon indicating copy to clipboard operation
FaceNet-Real-Time-face-recognition copied to clipboard

Results 5 FaceNet-Real-Time-face-recognition issues
Sort by recently updated
recently updated
newest added

2020-11-10 14:38:04.100728: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'libcudart.so.10.1'; dlerror: libcudart.so.10.1: cannot open shared object file: No such file or directory 2020-11-10 14:38:04.100756: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror...

Hi Mohit. I tried to align images of my own dataset of faces, this code fails to detect, infact Davidberg code too fails to detect and align on new images....

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

Hey Mohit, First of all great repo! Me and a colleague have used this repo as well as several others to piece up a facenet algorithm. Overall it uses a...

would you please add a requriements.txt file? your code returns a lot of errors due to packages not being compatable.