[딥러닝] Yolo 논문 해설
·
AI
2023.09.09 작성(https://sujungeee.github.io/posts/ai-DeepLearning-yolo-3/) ※ 본 포스팅은 인프런 “YOLO 구현으로 배우는 딥러닝 논문 구현 with TensorFlow 2.0” 을 참고하여 작성하였습니다. ✅ YOLO 논문 리뷰- Abstract: YOLO(요약)a new approach to object detectionby a regression problem → separated bounding boxes and associated class probabilitiesa single neural network(end-to-end) & in one evaluationextremely fast & real-timeFast YOLOoutperfor..