深度学习专题 - 计算机视觉中的目标检测 姚伟峰 [yaoweifeng0301@126.com] http://www.cnblogs.com/Matrix_Yao/ 深度学习专题 - 计算机视觉中的目标检测 目标检测解决什么问题 目标检测的评价标准 Accuracy mAP (mean Average Precision) Speed Throughput Latency 目标检测怎么做 Two Shots Solution: Region Proposal and then Classification Viola-Jones Detector Deformable Parts Models(DPM) RCNN SPP-Net (Spatial Pyramid Pooling) Fast RCNN Faster RCNN - 里程碑式的工作 R-FCN Mask R-CNN - New Baseline Single Shot Solution YOLO (You Only Look Once) SSD (Single-Shot Multi-Box Detector) YOLO-v2 量变引起质变,质变又引起新的量变。 最佳设计都是折衷的艺术。 目标检测解决什么问题 相关文章: 2021-04-28 2022-01-19 2021-12-27 2021-10-27 2021-10-23 2021-08-17 2022-01-22 2021-09-11