Questions tagged [faster-rcnn]

Faster-RCNN is a very common Regional Convolutional Neural Network architecture that detects and recognizes objects in images in a single forward pass

332 questions
-2
votes
1 answer

The features from CNN and R-CNN for a region

I have a dataset of images with bounding boxes around the regions in the image. I do not need R-CNN to detect the regions as they are given in the dataset, but I need to extract the features of these regions. So, my question if I extract each region…
-3
votes
1 answer

choosing the best Pooling Type for my CNN

I could find max pooling is the most used and preferred type when it comes to Pooling, whatever the image data or the features i need to extract which is sound so ridicules to me for example i'm working on detecting the Diabetic Retinopathy and i…
1 2 3
22
23