punnawat
punnawat
If I don't refresh a token every time, how to check the expire token?
@cristianpontes Thanks so much.
(face_recognition_36) [cloud@instance-1 tf-face-recognition-master]$ python server/server.py Traceback (most recent call last): File "server/server.py", line 11, in from tensorface import detection ModuleNotFoundError: No module named 'tensorface' How to install tensorface module?
@btwardow I cannot run it; my OS is CentOS7 ``` [pc@instance-1 tf-face-recognition-master]$ pwd /home/pc/tf-face-reg/tf-face-recognition-master [pc@instance-1 tf-face-recognition-master]$ PYTHONPATH="." python server/server.py Traceback (most recent call last): File "server/server.py", line 11, in from...