Graduate

Update docs/최종보고서.docx

......@@ -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))
......
No preview for this file type
No preview for this file type