Open puddinord opened 8 years ago
You need to install flask, and some other dependencies as it suggests. Following are the packages I had to install apart from the requirements the repo suggested.
pip install flask flask-cors flask_restful tornado
Hi all, @sampathchanda @puddinord, I installed the requirements mentioned in the requirement file, but it won't run and i couldn't find any other instructions to run the Client/ server mode. Thanks in Advance
Hi, @jcjohnson I followed your instruction to run the client/server webcam demo. When I am running
python webcam/server.py
, the command was stuck there and it returnedI know the warning can be ignored safely, but I don't know the reason why the loading process was stuck(it can't run the next command)after it said
done loading checkpoint
.And then I tried to run
python webcam/server.py
, I also have the issueI appreciate your help!