➢ deeplearning.ai深度学习笔记(Course4 Week3):Object detection
本周介绍了目标检测算法,包括使用bounding box定位,sliding window算法以及YOLO算法。其中YOLO算法涉及IoU、Non-max Suppression、Anchor Boxes。