Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -23,26 +23,26 @@ | ... | @@ -23,26 +23,26 @@ |
| 23 | # Usage | 23 | # Usage |
| 24 | ## Server | 24 | ## Server |
| 25 | ### Configuration | 25 | ### Configuration |
| 26 | -- uri configuration required, uri is in server/server.py | 26 | +- uri configuration is required in server/server.py |
| 27 | - database setting: create database and table with DB/SQL | 27 | - database setting: create database and table with DB/SQL |
| 28 | 28 | ||
| 29 | ### Required | 29 | ### Required |
| 30 | - uri configuration required, uri is in client/client.py, register/register.py | 30 | - uri configuration required, uri is in client/client.py, register/register.py |
| 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, asyncio, websockets, pymysql |
| 34 | 34 | ||
| 35 | ### Start | 35 | ### Start |
| 36 | - python3 server/server.py & npm start --prefix webserver/myapp & | 36 | - python3 server/server.py & npm start --prefix webserver/myapp & |
| 37 | 37 | ||
| 38 | ## Client | 38 | ## Client |
| 39 | ### Configuration | 39 | ### Configuration |
| 40 | -- uri configuration required, uri is in client/client.py, register/register.py | 40 | +- uri configuration is required in client/client.py, register/register.py |
| 41 | 41 | ||
| 42 | ### Required | 42 | ### Required |
| 43 | - required hardware: webcam | 43 | - required hardware: webcam |
| 44 | - required software: Python | 44 | - required software: Python |
| 45 | -- required python module: Pytorch, OpenCV-python | 45 | +- required python module: pytorch, opencv-python, asyncio, websockets |
| 46 | 46 | ||
| 47 | ### Start | 47 | ### Start |
| 48 | - execute register/register.py | 48 | - execute register/register.py | ... | ... |
-
Please register or login to post a comment