tf-face-recognition
tf-face-recognition copied to clipboard
Ral-Time Tensor Flow Face Detection and Recognition
https://github.com/btwardow/tf-face-recognition/blob/12c56c8a59cb9445508ad24448bc8e11a8cbc406/server/server.py#L39
When i restart the docker, the system need to enroll back the image dataset. When i check at server.py all the photo that i enroll is still there. Why the...
This occurs on server startup being printed in console of docker start ...: ``` During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/flask/app.py",...
Hi, thanks for this project. I used tensorflow 1.7.0 with GPU and get this error, it seems something wrong with the graph. File "/home/ubuntu/.local/lib/python3.5/site-packages/tensorflow/python/framework/ops.py", line 3478, in as_graph_element return self._as_graph_element_locked(obj,...
**When I change my system to high configuration this issue will come** `Traceback (most recent call last): File "server.py", line 50, in detect faces = recognize(detection.get_faces(image, threshold)) File "/home/bigblue/Music/Test/tf-face-recognition-master/tensorface/recognition.py", line...
1. ``` WARNING:tensorflow:From /home/zangetsu/.local/lib64/python3.6/site-packages/tensorflow/python/framework/op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version. Instructions for updating: Colocations handled automatically by placer. ``` 2. ``` WARNING:tensorflow:From /home/zangetsu/proj/prometheus-core/tf-face-recognition/tensorface/mtcnn.py:203:...
Followed instruction using docker. detect [POST] throwing 500 internal server error Console Error ``` /usr/local/lib/python3.5/dist-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In...
How to modify the number of detected frames and where to modify?