일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- mobilenetv1
- open vocabulary
- 논문 리뷰
- 논문 요약
- pwam 논문
- taling2dino 논문 리뷰
- talking2dino paper
- 기계학습
- 딥러닝 엔트로피
- Object detection article
- object detection
- clip
- talking to dino
- open vocabulary segmentation
- 원격 학습 안끊기게
- lavt 논문
- talking2dino
- talking2dino 논문
- blip-2
- talking to dino: bridging self-supervised vision backbones with language for open-vocabulary segmentation
- 딥러닝 목적함수
- 이미지 필터링
- 1차 미분 마스크
- pwam paper
- 객체 검출
- vlm
- 에지 검출
- 엔트로피란
- clip adapter
- swin tramsformer
- Today
- Total
목록clip (3)
My Vision, Computer Vision

SLIP: Self-supervision meets Language-Image Pre-trainingRecent work has shown that self-supervised pre-training leads to improvements over supervised learning on challenging visual recognition tasks. CLIP, an exciting new approach to learning with language supervision, demonstrates promising performance on a wiarxiv.org Abstact본 연구에서는 Self-supervised learning(자기 지도 학습)이 Visual representation lea..

Learning Transferable Visual Models From Natural Language SupervisionState-of-the-art computer vision systems are trained to predict a fixed set of predetermined object categories. This restricted form of supervision limits their generality and usability since additional labeled data is needed to specify any other visual coarxiv.orgAbstract기존 State-of-the-art 컴퓨터 비전 모델은 사전에 정의된, 고정된 객체 범주, Train..
GitHub - openai/CLIP: CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image - openai/CLIP github.com 이 글은 위 Github을 참고하여 작성했습니다. 본 글에서는 Open AI의 CLIP 모델 사용법을 알려드리려고 합니다. CLIP은 이미지와 텍스트를 혼합하여 학습시킨 모델입니다. 이미지와 텍스트를 입력하면 이미지와 텍스트 간의 유사도를 출력해 줍니다. Google..