강의

멘토링

로드맵

Inflearn Community Q&A

kimyc70162514's profile image
kimyc70162514

asked

[OpenCV] Python Deep Learning Image Processing Project - Find Son Heung-min!

Face Alignment Code Explanation 1

예제 중에 face_alignment.py에서 오류가 나옵니다.

Written on

·

775

0

Traceback (most recent call last):

  File "C:/project_face/python_project/python_face_recognition06/face_rego/opencv_dnn_202005/opencv_dnn_202005/face_alignment.py", line 74, in <module>

    metrix = cv2.getRotationMatrix2D(eyes_center, degree, scale)

TypeError: Can't parse 'center'. Sequence item with index 0 has a wrong type

눈의 값은 나오는데 사진에 눈이 표시가 안나오더라구요

컴퓨터-비전tensorflowopencv머신러닝 배워볼래요? keras딥러닝

Answer 1

0

nomad님의 프로필 이미지
nomad
Instructor

안녕하세요?

center 있는 코드를 다시 확인해 주시겠어요? 

kimyc70162514's profile image
kimyc70162514

asked

Ask a question