asked
[OpenCV] Python Deep Learning Image Processing Project 2 - Find the Bad Apples!
Face Alignment Code Explanation 2
Written on
·
278
0
warped = cv2.warpAffine(image_origin, metrix, (image_width, image_height),
flags=cv2.INTER_CUBIC)
이 부분에서 계속 center에 관한 에러가 발생합니다.
따로 코드를 건들이지 않고 실행만 시켰습니다.
Answer