Merge branch 'master' of http://khuhub.khu.ac.kr/2020-1-capstone-design1/KHY_Project1
Showing
1 changed file
with
21 additions
and
4 deletions
| ... | @@ -22,17 +22,34 @@ | ... | @@ -22,17 +22,34 @@ |
| 22 | 22 | ||
| 23 | # Usage | 23 | # Usage |
| 24 | ## Server | 24 | ## Server |
| 25 | +### Configuration | ||
| 26 | +- uri configuration required, uri is in server/server.py | ||
| 27 | +- database setting: create database and table with DB/SQL | ||
| 28 | + | ||
| 29 | +### Required | ||
| 30 | +- uri configuration required, uri is in client/client.py, register/register.py | ||
| 25 | - 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) |
| 26 | -- required software: Python(>3.6.5), MySQL (Create table with DB/SQL) | 32 | +- required software: Python(>3.6.5), MySQL |
| 27 | - required python module: Pytorch, OpenCV-python, PyMySQL | 33 | - required python module: Pytorch, OpenCV-python, PyMySQL |
| 34 | + | ||
| 35 | +### Start | ||
| 28 | - python3 server/server.py & npm start --prefix webserver/myapp & | 36 | - python3 server/server.py & npm start --prefix webserver/myapp & |
| 29 | 37 | ||
| 30 | -## Client(windows) | 38 | +## Client |
| 39 | +### Configuration | ||
| 40 | +- uri configuration required, uri is in client/client.py, register/register.py | ||
| 41 | + | ||
| 42 | +### Required | ||
| 31 | - required hardware: webcam | 43 | - required hardware: webcam |
| 32 | - required software: Python | 44 | - required software: Python |
| 33 | - required python module: Pytorch, OpenCV-python | 45 | - required python module: Pytorch, OpenCV-python |
| 46 | + | ||
| 47 | +### Start | ||
| 34 | - execute register/register.py | 48 | - execute register/register.py |
| 35 | - execute client/client.py | 49 | - execute client/client.py |
| 36 | 50 | ||
| 37 | -## Configuration | ||
| 38 | -- uri configuration required, uri is in client/client.py, server/server.py, register/register.py | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 51 | +# Demo | ||
| 52 | +## Register | ||
| 53 | + | ||
| 54 | +## Attendance Checking | ||
| 55 | + | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment