#027 R-CNN, Fast R-CNN, and Faster R-CNN explained with a demonstration in PyTorch
Highlights: Object detection is one of the most important tasks in Computer Vision. In this post, we will give an overview of one of the most influential families of object detection algorithms: R-CNN, Fast R-CNN, and Faster R-CNN. We will highlight the main novelties and improvements for each of them. Finally, we will focus on the Faster R-CNN and explore the code and how it can be used in PyTorch. Tutorial Overview: 1. Introduction to…
Read more