티스토리 뷰

machineLearning/GPT

이미지 찾아 질문하기

이나기꺼 2025. 4. 9. 17:39

사진 이미지가 4장 있습니다.
먼저 이 이미지를 개/고양이를 구분하도록 하였습니다.
두 번째 이미지를 '개'로 오판하였습니다.

 



이미지를 텍스트처럼 임베딩을 합니다.
이미지 네 장에서 query에 해당하는 이미지를 찾으라고 했습니다.

(query가 코드에 있는 것이랑 그림에 있는 것이랑 다르지만 결과는 같습니다.)

 

query = "Look at the animals in front of the table"
best_match, prob_match, argmax_seq = image_search_01(image_list, query)

 

 

 

 

찾아온 이미지에 대한 질문을 합니다.

멀티모달을 통한 답변입니다.

 

 

질문 : "Please describe what is on the table."
답변 : "On the table, there appears to be a white plate with a colorful salad, possibly containing greens, yellow pieces, and some darker items. There's also a fork nearby on the table. In the background, a glass and a container can be seen, as well as a hand resting on the chair. Additionally, a white cat is sitting in a chair with its head visible, peeking out from behind the seat."

 

 

'machineLearning > GPT' 카테고리의 다른 글

vibe coding 시험해보기  (0) 2025.04.28
Multi-Modal 이용하여 이미지 묘사  (0) 2025.04.04
RAG 구현하기  (0) 2025.03.21
Chatbot으로 RAG 구현  (0) 2025.01.22
RAG : VectorStore  (0) 2025.01.09
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/05   »
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
글 보관함