Bootstrap

RCNN到Faster RCNN、yolo系列与SSD

fast rcnn:
https://blog.csdn.net/shenxiaolu1984/article/details/51036677
https://blog.csdn.net/u014380165/article/details/72851319
faster rcnn:
https://blog.csdn.net/weixin_43198141/article/details/90178512
https://zhuanlan.zhihu.com/p/31426458
yolo系列:
https://zhuanlan.zhihu.com/p/32525231
SSD:
https://blog.csdn.net/weixin_45963617/article/details/104609192
轻量级shuffleNetv1:
https://zhuanlan.zhihu.com/p/32304419
轻量级shuffleNetv2:
https://zhuanlan.zhihu.com/p/48261931
看完链接博客在看论文,方便理解,理解之后再去读懂代码。
rcnn详解:
在这里插入图片描述
fast rcnn详解:

;