일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- dinov2: learning robust visual features without supervision 논문
- vlm
- 기계학습
- 이미지 필터링
- mobilenetv1
- 객체 검출
- clip
- 엔트로피란
- vlm hallucination
- object detection
- Object detection article
- evaluating object hallucination in large vision-language models
- vlm 환각
- 논문 리뷰
- blip-2
- polling-based object probing evaluation
- clip adapter
- vlm 환각이란
- dinov2: learning robust visual features without supervision 논문 리뷰
- evaluating object hallucination in large vision-language models 논문
- 원격 학습 안끊기게
- 에지 검출
- 딥러닝 엔트로피
- 논문 요약
- vlm hallucination paper
- dinov2: learning robust visual features without supervision
- dinov2 논문 리뷰
- 딥러닝 목적함수
- 1차 미분 마스크
- evaluating object hallucination in large vision-language models paper
- Today
- Total
목록blip-2 (3)
My Vision, Computer Vision

BLIP-2: Bootstrapping Language-Image Pre-training with Frozen Image Encoders and Large Language ModelsThe cost of vision-and-language pre-training has become increasingly prohibitive due to end-to-end training of large-scale models. This paper proposes BLIP-2, a generic and efficient pre-training strategy that bootstraps vision-language pre-training from oarxiv.org Problem대부분의 State-of-the-art V..

Youtube 영상 장면 검색(Colab)https://github.com/gyuilLim/youtube-scene-search-with-text GitHub - gyuilLim/youtube-scene-search-with-text: Finding scenes that you want by text automaticallyFinding scenes that you want by text automatically - gyuilLim/youtube-scene-search-with-textgithub.com 장면 검색 비디오 플레이어https://github.com/gyuilLim/Scene-search-video-player GitHub - gyuilLim/Scene-search-video-player: ..

LAVIS/projects/blip2 at main · salesforce/LAVIS LAVIS - A One-stop Library for Language-Vision Intelligence - salesforce/LAVIS github.com 이 글은 위 Github을 참고하여 작성했습니다. 본 글에서는 이미지 캡셔닝(Image2 Text) BLIP-2 모델 사용법을 알려드리려고 합니다. BLIP-2은 입력 이미지에 대한 Text를 출력해주는데, 사용자가 원하는 형태의 답변을 지정해 줄 수 있습니다. Google Colab T4(15GB) 환경에서 실행가능하며, 약 12GB 정도의 GPU memory를 사용합니다. 1. Install BLIP-2 패키지를 설치해줍니다. BLIP-2은 salesforc..