RCNN系列之-Faster-RCNN keras实现

代码地址:

https://github.com/xiaoxu1025/faster-rcnn-keras

参考代码地址:

https://github.com/kevinjliang/tf-Faster-RCNN tensorflow 实现

https://github.com/rbgirshick/py-faster-rcnn 原生实现

这个项目只是用来学习的,分享出来和大家交流下

对于 rcnn 和 fast-rcnn的实现如下

CSDN链接地址:

https://blog.csdn.net/xiaoxu1025/article/details/104134569  RCNN系列之-RCNN keras实现

https://blog.csdn.net/xiaoxu1025/article/details/104101234  RCNN系列之-Fast-RCNN keras实现

github链接地址:

https://github.com/xiaoxu1025/rcnn-keras

https://github.com/xiaoxu1025/fast-rcnn-keras

 

对于RPN不熟悉的人可以参考下面链接了解

https://mp.csdn.net/postedit/104084235

你可能感兴趣的:(目标检测,人工智能,计算机神经网络)