오늘 소개할 논문은 Cheng et al.의 2024년 연구인 "YOLO-World: Real-Time Open-Vocabulary Object Detection" 입니다. 이 논문은 기존 YOLOv8 구조를 기반으로 하면서, 자연어 입력(텍스트 프롬프트)을 통해 미리 본 적 없는 객체도 탐지 가능한 Open-Vocabulary Detector입니다.Paper: https://arxiv.org/abs/2401.17270 YOLO-World: Real-Time Open-Vocabulary Object DetectionThe You Only Look Once (YOLO) series of detectors have established themselves as efficient and practical to..