반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- object detection
- gres: generalized referring expression segmentation 논문
- clip adapter
- 객체 검출
- polling-based object probing evaluation
- 논문 요약
- gres 논문 리뷰
- gres: generalized referring expression segmentation
- vlm 환각이란
- vlm
- referring expression segmentation
- 딥러닝 목적함수
- Object detection article
- 원격 학습 안끊기게
- clip
- gres
- 논문 리뷰
- gres: generalized referring expression segmentation 논문 리뷰
- 에지 검출
- 엔트로피란
- 1차 미분 마스크
- blip-2
- 이미지 필터링
- gres 논문
- vlm hallucination paper
- grefcoco
- 딥러닝 엔트로피
- 기계학습
- mobilenetv1
- grefcoco dataset
Archives
- Today
- Total
목록ModuleNotFoundError: No module named 'youtube_dl' (1)
My Vision, Computer Vision

1. youtube-dl 패키지 오류 ModuleNotFoundError: No module named 'youtube_dl' 혹은 ImportError: pafy: youtube-dl not found; you can use the internal backend by setting the environmental variable PAFY_BACKEND to "internal". It is not enabled by default because it is not as well maintained as the youtube-dl backend. 와 같은 에러가 발생하면 아래 명령어를 터미널에 실행 pip install youtube-dl 끝! 2. KeyError: 'like_count' youtube-d..
환경 설정
2024. 3. 25. 17:04