Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 257 Bytes

object-detection.md

File metadata and controls

16 lines (8 loc) · 257 Bytes

YOLO

Convolutional Sliding Window

Intersection Over Union (IOU)

Non-max Suppression

Anchor Boxes

Output Volume

grid rows * grid cols * number of anchor boxes * (5 + number of classes)

where 5 includes is_detected, centerx, centery, bx, by