Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
KHY_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Graduate
2020-06-23 11:10:12 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
c3dbb4e46db7f9fb92328ce4fc9f723c1b23248c
c3dbb4e4
2 parents
092fa1a1
08f45b8d
Merge branch 'master' of
http://khuhub.khu.ac.kr/2020-1-capstone-design1/KHY_Project1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
4 deletions
README.md
README.md
View file @
c3dbb4e
...
...
@@ -22,17 +22,34 @@
# Usage
## Server
### Configuration
-
uri configuration required, uri is in server/server.py
-
database setting: create database and table with DB/SQL
### Required
-
uri configuration required, uri is in client/client.py, register/register.py
-
required hardware: upper 2GB memory, upper 3.5GHz CPU or CUDA GPU (for realtime system)
-
required software: Python(>3.6.5), MySQL
(Create table with DB/SQL)
-
required software: Python(>3.6.5), MySQL
-
required python module: Pytorch, OpenCV-python, PyMySQL
### Start
-
python3 server/server.py & npm start --prefix webserver/myapp &
## Client(windows)
## Client
### Configuration
-
uri configuration required, uri is in client/client.py, register/register.py
### Required
-
required hardware: webcam
-
required software: Python
-
required python module: Pytorch, OpenCV-python
### Start
-
execute register/register.py
-
execute client/client.py
## Configuration
-
uri configuration required, uri is in client/client.py, server/server.py, register/register.py
\ No newline at end of file
# Demo
## Register
![
register
](
https://drive.google.com/u/0/uc?id=1JFbMLs3z6eZnyQqqJSe9xT3fO7P012FC&export=download
)
## Attendance Checking
![
AttendanceChecking
](
https://drive.google.com/u/0/uc?id=1Jvy1RF8g6l-UxIjImKv_97BPuu-zC5tc&export=download
)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment