MaskRCNN-FasterRCNN代码理解

mac2025-08-04  3

参考

Mask-RCNN 算法及其实现详解

https://blog.csdn.net/remanented/article/details/79564045

代码:

https://github.com/matterport/Mask_RCNN

从编程实现角度学习Faster R-CNN(附极简实现)

https://zhuanlan.zhihu.com/p/32404424

代码:

https://github.com/chenyuntc/simple-faster-rcnn-pytorch

逐字理解目标检测simple-faster-rcnn-pytorch-master代码(一)https://blog.csdn.net/qq_32678471/article/details/84776144 逐字理解目标检测simple-faster-rcnn-pytorch-master代码(二)https://blog.csdn.net/qq_32678471/article/details/84792307 逐字理解目标检测simple-faster-rcnn-pytorch-master代码(三)https://blog.csdn.net/qq_32678471/article/details/84882277 逐字理解目标检测simple-faster-rcnn-pytorch-master代码(四)https://blog.csdn.net/qq_32678471/article/details/85678921

一文读懂Faster RCNN

https://zhuanlan.zhihu.com/p/31426458

代码:

https://github.com/rbgirshick/py-faster-rcnn

最新回复(0)