实现faster RCNN的开源项目梳理

本文介绍了三个基于TensorFlow实现Faster RCNN的开源项目:Detectron,smallcorgi/Faster-RCNN_TF和CharlesShang/TFFRCNN。Detectron是Facebook AI Research的系统,支持包括Mask R-CNN在内的先进目标检测算法。smallcorgi/Faster-RCNN_TF是Faster RCNN的实验性TensorFlow实现。CharlesShang/TFFRCNN则对代码进行了重构,使其更易理解和修改。
摘要由CSDN通过智能技术生成

1.Detectron(Caffe2)

https://github.com/facebookresearch/Detectron

14863 stars

Detectron is Facebook AI Research's software system that implements state-of-the-art object detection algorithms, including Mask R-CNN. It is written in Python and powered by the Caffe2 deep learning framework.

At FAIR, Detectron has enabled numerous research projects, including: Feature Pyramid Networks for Object Detection, Mask R-CNN, Detecting and Recognizing Human-Object Interactions, Focal Loss for Dense Object Detection, Non-local Neural Networks, Learning to Segment Every Thing, Data Distillation: Towards Omni-Supervised Learning, DensePose: Dense Human Pose Estimation In The Wild, and Group Normalization.

Detectron可以下载很多facebook训练好的模型,但是需要将caffee模型转化为tensorflow模型,不过这方面网上的代码还是蛮多的。

2.smallcorgi/Faster-RCNN_TF(Tensorflow)

https://github.com/smallcorgi/Faster-RCNN_TF

1466 stars

This is an experimental Tensorflow implementation of Faster RCNN - a convnet for object detection with a region proposal network.For details about R-CNN please refer to the paper Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks by Shaoqing Ren, Kaiming He, Ross Girshick, Jian Sun.

3.CharlesShang/TFFRCNN

https://github.com/CharlesShang/TFFRCNN

This is an experimental Tensor Flow implementation of Faster RCNN (TFFRCNN), mainly based on the work of smallcorgi and rbgirshick. I have re-organized the libraries under lib path, making each of python modules independent to each other, so you can understand, re-write the code easily.

For details about R-CNN please refer to the paper Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks by Shaoqing Ren, Kaiming He, Ross Girshick, Jian Sun.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值