文章目录[隐藏]
1. 目标检测的综述
2. 目标检测模型汇总
3. 目标检测模型的学习以及代码复现
- Faster R-CNN
文章:https://arxiv.org/abs/1506.01497
源代码:https://github.com/jwyang/faster-rcnn.pytorch
解析:https://zhuanlan.zhihu.com/p/31426458
亲测:https://blog.csdn.net/qq_44747572/article/details/121006652 - SSD(Single Shot MultiBox Detector)
文章: https://sci-hub.se/10.1007/978-3-319-46448-0_2
源代码:https://github.com/weiliu89/caffe/tree/ssd
代码(Pytorch): https://github.com/amdegroot/ssd.pytorch
解析:https://arleyzhang.github.io/articles/786f1ca3/
亲测:https://blog.csdn.net/qq_44747572/article/details/121082165 - YOLO_V3
文章:https://pjreddie.com/media/files/papers/YOLOv3.pdf
源代码:https://github.com/pjreddie/darknet
代码(Pytorch): https://github.com/eriklindernoren/PyTorch-YOLOv3
解析:https://www.jianshu.com/p/043966013dde
亲测:https://blog.csdn.net/qq_44747572/article/details/121145026
待更。。。
版权声明:本文为CSDN博主「努力的袁」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_44747572/article/details/120990466
暂无评论