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-05 14:50:39 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
44c1510641820ef4b8fd9b1cbae78eb382831596
44c15106
1 parent
9c6fe121
Change mysql password
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/server.py
server/server.py
View file @
44c1510
...
...
@@ -22,7 +22,7 @@ print('Running on device: {}'.format(device))
model
=
InceptionResnetV1
()
.
eval
()
.
to
(
device
)
attendance_db
=
pymysql
.
connect
(
user
=
'root'
,
passwd
=
'1234,
passwd
=
'1234
'
,
host
=
'localhost'
,
db
=
'attendance'
,
charset
=
'utf8'
...
...
Please
register
or
login
to post a comment