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-23 16:54:51 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2ddca31e0036b24c18c575dc3909c1c5eeeeed94
2ddca31e
1 parent
054e5e0f
Update docs/최종보고서.docx
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
1 deletions
client/client.py
docs/~$최종보고서.docx
docs/최종보고서.docx
client/client.py
View file @
2ddca31
...
...
@@ -131,7 +131,6 @@ class Client(tk.Frame):
# model에 이용하기 위해 convert
converted
=
cv2
.
cvtColor
(
frame
,
cv2
.
COLOR_BGR2RGB
)
face_list
,
image_list
=
self
.
detect_face
(
converted
[
y1
:
y2
,
x1
:
x2
])
# 얼굴이 인식되면 출석요청
self
.
event_loop
.
run_until_complete
(
self
.
send_face
(
face_list
,
image_list
))
...
...
docs/~$최종보고서.docx
0 → 100644
View file @
2ddca31
No preview for this file type
docs/최종보고서.docx
View file @
2ddca31
No preview for this file type
Please
register
or
login
to post a comment