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 14:03:31 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
d82a35ce136933f68229558f9998e6f42ab0eb00
d82a35ce
2 parents
8f5ebe92
20c058ef
Merge branch 'master' of
http://khuhub.khu.ac.kr/2020-1-capstone-design1/KHY_Project1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
README.md
README.md
View file @
d82a35c
...
...
@@ -23,26 +23,25 @@
# 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 hardware: webcam
, upper 200MB memory (when processing resolution is 640x480), 3.0GHz CPU or CUDA GPU (for realtime system)
-
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