Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -16,13 +16,16 @@ | ... | @@ -16,13 +16,16 @@ |
| 16 | - facenet-pytorch(https://github.com/timesler/facenet-pytorch) | 16 | - facenet-pytorch(https://github.com/timesler/facenet-pytorch) |
| 17 | - VGGFace2(http://www.robots.ox.ac.uk/~vgg/data/vgg_face2) | 17 | - VGGFace2(http://www.robots.ox.ac.uk/~vgg/data/vgg_face2) |
| 18 | - NodeJS(https://nodejs.org) | 18 | - NodeJS(https://nodejs.org) |
| 19 | +- OpenCV(https://opencv.org) | ||
| 19 | - MySQL(https://www.mysql.com) | 20 | - MySQL(https://www.mysql.com) |
| 20 | - PyMySQL(https://github.com/PyMySQL/PyMySQL) | 21 | - PyMySQL(https://github.com/PyMySQL/PyMySQL) |
| 21 | 22 | ||
| 22 | # Usage | 23 | # Usage |
| 23 | ## Server | 24 | ## Server |
| 25 | +- Module needed: Pytorch, OpenCV-python, PyMySQL | ||
| 24 | - python3 server/server.py & npm start --prefix webserver/myapp & | 26 | - python3 server/server.py & npm start --prefix webserver/myapp & |
| 25 | 27 | ||
| 26 | ## Client(windows) | 28 | ## Client(windows) |
| 29 | +- Module needed: Pytorch, OpenCV-python | ||
| 27 | - execute register/register.py | 30 | - execute register/register.py |
| 28 | - execute client/client.py | 31 | - execute client/client.py |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment