No account yet ?
Faster R-CNN is an object detection model that enhances Fast R-CNN by using a region proposal network (RPN) with the CNN model.
The RPN shares full-image convolutional functionality with the sensing network.
It is a fully convolutional network that simultaneously predicts object boundaries and objectivity scores at each position.
The RPN is trained end-to-end to generate high-quality region proposals, which are used by Fast R-CNN for detection.
The RPN and Fast R-CNN are merged into a single network by sharing their convolutional functionality where the RPN component tells the unified network where to look.
Overall, Faster R-CNN consists of two modules.
The first module is a fully convolutional deep network that proposes regions.
The second module is the Fast R-CNN detector which uses the proposed regions.
Welcome, my name is Eric Soupet and I am the administrator of the site elodees.com. elodees.com is a state of the art of Artificial Intelligence and aims to be collaborative, you can now offer content such as articles, events, tutorials, ... so don't hesitate !
Platform images credit : Pixabay - Pixabay License | Pexels - Pexels License