Learn Before
Concept

R-CNN Feature Extraction

In the second step of the Region-based Convolutional Neural Network (R-CNN) model, a pretrained Convolutional Neural Network (CNN) is chosen and truncated prior to its output layer. Each region proposal extracted from the image is then resized to match the required input dimensions of this network. Finally, the CNN performs forward propagation on these resized regions to extract and output their features.

0

1

Updated 2026-05-21

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L

Related