第三周 目标检测(Object detection)
3.1 目标定位(Object localization)3.2 特征点检测(Landmark detection)3.3 目标检测(Object detection)3.4 卷积的滑动窗口实现(Convolutional implementation of sliding windows)3.5 Bounding Box预测(Bounding box predictions)3.6 交并比(Intersection over union)3.7 非极大值抑制(Non-max suppression)3.8 Anchor Boxes3.9 YOLO 算法(Putting it together: YOLO algorithm)3.10 候选区域(选修)(Region proposals (Optional))Autonomous driving application - Car detectionyolo_utils.py
Last updated