cosine1 CLIP score, CLIP aesthetics score 란? 목차1.CLIP score란?2.CLIP score 코드3.CLIP aesthetics score란?4.CLIP aesthetics score 코드 CLIP score란?CLIP score란 주로 text-to-image task에 사용되는 지표로써, 입력 text와 생성된 image 간의 embedding cosine similarity를 측정한 값입니다. CLIP은 CLIP text encoder와 CLIP image encoder가 있습니다. text encoder에 입력 text를 넣어서 text embedding value를 얻고, image encoder에 생성된 이미지를 넣어서 image embedding value를 얻습니다. 이후 두 embedding values에 대한 cosine si.. 2024. 9. 4. 이전 1 다음