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-22 00:26:15 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
84f1c6dfdcf5939c139d9f5c0aab484262ab1f3b
84f1c6df
1 parent
ba5bc635
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
README.md
README.md
View file @
84f1c6d
...
...
@@ -22,17 +22,22 @@
# 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
-
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
-
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
-
execute client/client.py
\ No newline at end of file
...
...
Please
register
or
login
to post a comment