Loading lesson page...
AI From Scratch/Lesson 06/~75 minutes
Object Detection — YOLO from Scratch
Detection is classification plus regression, run at every position in a feature map, then cleaned up with non-maximum suppression.
BuildPython
Detection is classification plus regression, run at every position in a feature map, then cleaned up with non-maximum suppression.