Cloned from https://github.com/yhenon/keras-frcnn

Added resnet101 support.

keras-frcnn

Keras implementation of Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks

USAGE:

NOTES: config.py contains all settings for the train or test run. The default settings match those in the original Faster-RCNN paper. The anchor box sizes are [128, 256, 512] and the ratios are [1:1, 1:2, 2:1].

Example output:

ex1 ex2 ex3 ex4

Useful Links

A report of this code from zhihu: https://zhuanlan.zhihu.com/p/28585873