강의

멘토링

커뮤니티

Inflearn Community Q&A

alsgml202154556's profile image
alsgml202154556

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에 관한 에러가 발생합니다.

따로 코드를 건들이지 않고 실행만 시켰습니다.

keras컴퓨터-비전opencvtensorflow딥러닝

Answer

This question is waiting for answers
Be the first to answer!
alsgml202154556's profile image
alsgml202154556

asked

Ask a question