YOLO:You Only Look Once
YOLO作者主页:https://pjreddie.com/yolo/
要解决的问题:object detection.

(dog,person,horse)
YOLOv1
推理
- resizes the input image to 448 × 448.

- runs a single convolutional network on the image.
- Non-max suppression.

🌈 问题1:Our final prediction is a 7 × 7 ×