2022. 3. 8. 09:38ㆍCV
CV와 NLP를 연결하는 image captioning에 대해서 공부해보자! image captioning 은 이미지를 언어로 설명하는 작업이다. 공부하면서 참고할 자료들을 모아두었다.
https://paperswithcode.com/task/image-captioning
Show and Tell: A Neural Image Caption Generator
https://arxiv.org/abs/1411.4555
https://paperswithcode.com/paper/show-and-tell-a-neural-image-caption
코드구현 : https://www.kaggle.com/aritrag/show-and-tell
https://wandb.ai/wandb_fc/korean/reports/-Show-and-Tell---Vmlldzo0NDMwMzQ
Show, Attend and Tell: Neural Image Caption Generation with Visual Attention
https://arxiv.org/abs/1502.03044
https://paperswithcode.com/paper/show-attend-and-tell-neural-image-caption
코드구현 : https://medium.com/@sunwoopark/show-attend-and-tell-with-pytorch-e45b1600a749
https://www.kaggle.com/kaushal2896/bms-mt-show-attend-and-tell-pytorch-baseline#Model-Architecture
https://www.kaggle.com/khanrahim/flickr8k-show-attend-and-tell
참고 영상
주재걸 교수님의 NLP 강의
https://www.youtube.com/watch?v=FuXkWwoyAKk&list=PLep-kTP3NkcOjOS1a30UNW-tH2FSoGYfg&index=2
'CV' 카테고리의 다른 글
Image Captioning 논문 리뷰 : Show and tell - A Neural Image Caption Generator (0) | 2022.04.23 |
---|