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-04 20:03:34 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5e065950c121a4839101344bd0a7f7931f7b73b7
5e065950
1 parent
edf66ed8
client
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
1 deletions
client/clinet(window).py
client/models/__pycache__/mtcnn.cpython-37.pyc
client/models/utils/__pycache__/detect_face.cpython-37.pyc
client/clinet(window).py
View file @
5e06595
...
...
@@ -24,7 +24,7 @@ print('Running on device: {}'.format(device))
mtcnn
=
MTCNN
(
keep_all
=
True
,
device
=
device
)
uri
=
'ws://
localhost
:8765'
uri
=
'ws://
169.56.95.131
:8765'
async
def
send_face
(
face_list
):
global
uri
...
...
client/models/__pycache__/mtcnn.cpython-37.pyc
View file @
5e06595
No preview for this file type
client/models/utils/__pycache__/detect_face.cpython-37.pyc
View file @
5e06595
No preview for this file type
Please
register
or
login
to post a comment