Merge branch 'master' of http://khuhub.khu.ac.kr/2020-1-capstone-design1/KHY_Project1
Showing
1 changed file
with
5 additions
and
6 deletions
... | @@ -23,26 +23,25 @@ | ... | @@ -23,26 +23,25 @@ |
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 | ||
31 | - required hardware: upper 2GB memory, upper 3.5GHz CPU or CUDA GPU (for realtime system) | 30 | - required hardware: upper 2GB memory, upper 3.5GHz CPU or CUDA GPU (for realtime system) |
32 | - required software: Python(>3.6.5), MySQL | 31 | - required software: Python(>3.6.5), MySQL |
33 | -- required python module: Pytorch, OpenCV-python, PyMySQL | 32 | +- required python module: pytorch, asyncio, websockets, pymysql |
34 | 33 | ||
35 | ### Start | 34 | ### Start |
36 | - python3 server/server.py & npm start --prefix webserver/myapp & | 35 | - python3 server/server.py & npm start --prefix webserver/myapp & |
37 | 36 | ||
38 | ## Client | 37 | ## Client |
39 | ### Configuration | 38 | ### Configuration |
40 | -- uri configuration required, uri is in client/client.py, register/register.py | 39 | +- uri configuration is required in client/client.py, register/register.py |
41 | 40 | ||
42 | ### Required | 41 | ### Required |
43 | -- required hardware: webcam | 42 | +- required hardware: webcam, upper 200MB memory (when processing resolution is 640x480), 3.0GHz CPU or CUDA GPU (for realtime system) |
44 | - required software: Python | 43 | - required software: Python |
45 | -- required python module: Pytorch, OpenCV-python | 44 | +- required python module: pytorch, opencv-python, asyncio, websockets |
46 | 45 | ||
47 | ### Start | 46 | ### Start |
48 | - execute register/register.py | 47 | - execute register/register.py | ... | ... |
-
Please register or login to post a comment