Showing
3 changed files
with
0 additions
and
1 deletions
| ... | @@ -131,7 +131,6 @@ class Client(tk.Frame): | ... | @@ -131,7 +131,6 @@ class Client(tk.Frame): |
| 131 | # model에 이용하기 위해 convert | 131 | # model에 이용하기 위해 convert |
| 132 | converted = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB) | 132 | converted = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB) |
| 133 | face_list, image_list = self.detect_face(converted[y1:y2, x1:x2]) | 133 | face_list, image_list = self.detect_face(converted[y1:y2, x1:x2]) |
| 134 | - | ||
| 135 | # 얼굴이 인식되면 출석요청 | 134 | # 얼굴이 인식되면 출석요청 |
| 136 | self.event_loop.run_until_complete(self.send_face(face_list, image_list)) | 135 | self.event_loop.run_until_complete(self.send_face(face_list, image_list)) |
| 137 | 136 | ... | ... |
docs/~$최종보고서.docx
0 → 100644
No preview for this file type
No preview for this file type
-
Please register or login to post a comment