Faster R-CNN
Faster R-CNN integrate the region proposal algorithm into the CNN model. It construct a single, unified model composed of RPN (region proposal network) and fast R-CNN with shared convolutional feature
1. Models comparison

2. Region Proposal Network (RPN)

The loss function of RPN:
3. Architecture of faster R-CNN

4. How to train a Faster R-CNN
Last updated





