Showing
1 changed file
with
4 additions
and
1 deletions
| ... | @@ -22,11 +22,14 @@ | ... | @@ -22,11 +22,14 @@ |
| 22 | 22 | ||
| 23 | # Usage | 23 | # Usage |
| 24 | ## Server | 24 | ## Server |
| 25 | -- required environment: MySQL (Create table with DB/SQL) | 25 | +- required hardware: upper 2GB memory, upper 3.5GHz CPU or CUDA GPU (for realtime system) |
| 26 | +- required software: Python(>3.6.5), MySQL (Create table with DB/SQL) | ||
| 26 | - required python module: Pytorch, OpenCV-python, PyMySQL | 27 | - required python module: Pytorch, OpenCV-python, PyMySQL |
| 27 | - python3 server/server.py & npm start --prefix webserver/myapp & | 28 | - python3 server/server.py & npm start --prefix webserver/myapp & |
| 28 | 29 | ||
| 29 | ## Client(windows) | 30 | ## Client(windows) |
| 31 | +- required hardware: webcam | ||
| 32 | +- required software: Python | ||
| 30 | - required python module: Pytorch, OpenCV-python | 33 | - required python module: Pytorch, OpenCV-python |
| 31 | - execute register/register.py | 34 | - execute register/register.py |
| 32 | - execute client/client.py | 35 | - execute client/client.py |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment