Загрузка страницы

3 Region Proposal Network | Faster R-CNN

Explained Region Proposal Network with Proper Code Explanation.
Github link: https://github.com/AarohiSingla/Faster-R-CNN/blob/main/rpn_layer.ipynb

Basic idea of Faster R-CNN : https://www.youtube.com/watch?v=iHf2xHQ2VYo&t=410s
Data Preparation for Faster R-CNN: https://www.youtube.com/watch?v=cReOzRvlLVA&t=274s
VGG Network explained in detail: https://youtu.be/mjk4vDYOwq0

If you have any questions with what we covered in this video then feel free to ask in the comment section below & I'll do my best to answer your queries.

Please consider clicking the SUBSCRIBE button to be notified for future videos & thank you all for watching.
Channel: https://www.youtube.com/channel/UCgHD...
Support my channel 🙏 by LIKE ,SHARE & SUBSCRIBE

Check the complete Machine Learning Playlist : https://www.youtube.com/playlist?list...

Check the complete Deep Learning Playlist : https://www.youtube.com/playlist?list...

Subscribe my channel: https://www.youtube.com/channel/UCgHD...

Contact: aarohisingla1987@gmail.com
A Faster R-CNN object detection network is composed of a feature extraction network which is typically a pretrained CNN. This is then followed by two subnetworks which are trainable.
The first is a Region Proposal Network (RPN), which is, as its name suggests, used to generate object proposals and the second is used to predict the actual class of the object.

The architecture of Faster R-CNN is complex.
We provide input image, from which we want to obtain:
a list of bounding boxes.
a label assigned to each bounding box.
a probability for each label and bounding box.

We will use VGG as a base network for extracting features.

Anchor Boxes:
Anchor boxes are some of the most important concepts in Faster R-CNN. These are responsible for providing a predefined set of bounding boxes of different sizes and ratios that are used for reference when first predicting object locations for the RPN.
Anchors are fixed bounding boxes that are placed throughout the image with different sizes and ratios that are going to be used for reference when first predicting object locations.

Non-maximum suppression (NMS)
NMS is the second stage of filtering used to get rid of overlapping boxes, because even after filtering by thresholding over the classes scores, we still end up with a lot of overlapping boxes.
#RPN #RegionalProposalNetwork #Faster-Rcnn #R-cnn #RCNN#PifordTechnologies #AI #ArtificialIntelligence #DeepLearning #ConvolutionalNeuralNetwork #CNN #ComputerVision #

Видео 3 Region Proposal Network | Faster R-CNN канала Code With Aarohi
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
16 ноября 2020 г. 16:55:11
00:11:59
Яндекс.Метрика