alsqja / O-Talk

Ai-filter face chat service with animation character
1 stars 3 forks source link

딥페이크 웹캠 구현 #15

Closed Jaeookk closed 1 year ago

Jaeookk commented 1 year ago

딥 페이크 결과 영상 깨짐 발생.

  1. opencv 사용 -> .avi와 .mp4를 사용해봤지만 영상이 깨짐.. 왤까?
  2. imaegio 사용 -> ValueError: Images of type float must be between -1 and 1.

예상 원인

  1. opencv는 BGR로 영상을 읽어오니 모델 내부에서 계산이 잘 못 일어날 수 있다.
  2. opencv와 imageio의 dtype을 확인해보고 비교해봐야겠다. dtype이 달라서 모델 내부에서 문제가 생겼을수도..?