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-24 13:45:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3a50820d06f27bd883f4e38c609142b04ddb5535
3a50820d
1 parent
28c39854
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
README.md
README.md
View file @
3a50820
...
...
@@ -23,26 +23,26 @@
# Usage
## Server
### Configuration
-
uri configuration
required, uri is
in server/server.py
-
uri configuration
is required
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
-
required python module:
Pytorch, OpenCV-python, PyMySQL
-
required python module:
pytorch, asyncio, websockets, pymysql
### Start
-
python3 server/server.py & npm start --prefix webserver/myapp &
## Client
### Configuration
-
uri configuration
required, uri is
in client/client.py, register/register.py
-
uri configuration
is required
in client/client.py, register/register.py
### Required
-
required hardware: webcam
-
required software: Python
-
required python module:
Pytorch, OpenCV-python
-
required python module:
pytorch, opencv-python, asyncio, websockets
### Start
-
execute register/register.py
...
...
Please
register
or
login
to post a comment