Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -31,6 +31,8 @@ | ... | @@ -31,6 +31,8 @@ |
| 31 | - required hardware: upper 2GB memory, upper 3.5GHz CPU or CUDA GPU (for realtime system) | 31 | - required hardware: upper 2GB memory, upper 3.5GHz CPU or CUDA GPU (for realtime system) |
| 32 | - required software: Python(>3.6.5), MySQL | 32 | - required software: Python(>3.6.5), MySQL |
| 33 | - required python module: Pytorch, OpenCV-python, PyMySQL | 33 | - required python module: Pytorch, OpenCV-python, PyMySQL |
| 34 | + | ||
| 35 | +### Start | ||
| 34 | - python3 server/server.py & npm start --prefix webserver/myapp & | 36 | - python3 server/server.py & npm start --prefix webserver/myapp & |
| 35 | 37 | ||
| 36 | ## Client | 38 | ## Client |
| ... | @@ -41,6 +43,8 @@ | ... | @@ -41,6 +43,8 @@ |
| 41 | - required hardware: webcam | 43 | - required hardware: webcam |
| 42 | - required software: Python | 44 | - required software: Python |
| 43 | - required python module: Pytorch, OpenCV-python | 45 | - required python module: Pytorch, OpenCV-python |
| 46 | + | ||
| 47 | +### Start | ||
| 44 | - execute register/register.py | 48 | - execute register/register.py |
| 45 | - execute client/client.py | 49 | - execute client/client.py |
| 46 | 50 | ... | ... |
-
Please register or login to post a comment