728x90
from skimage.measure import compare_ssim as ssim
을 아래와 같이 바꿔준다.
from skimage.metrics import structural_similarity as ssim
'hacking or software engineering skills > etc' 카테고리의 다른 글
[postman] postman 이용해서 post 쿼리 날려보기. 에러 the request Content-Type was not 'application/json'. (0) | 2022.07.17 |
---|---|
[aws, gcp] aws에서 flask 웹서버 배포하기 (2) | 2022.07.16 |
optical flow란? (0) | 2021.08.15 |
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_SUPPORTED. This error may appear if you passed in a non-contiguous input 에러 해결법 (0) | 2021.07.14 |
ImportError: libtbb.so.2 오류 (0) | 2021.04.30 |