Object Detection Models

Fast R-CNN

Introduced by Girshick in Fast R-CNN

Fast R-CNN is an object detection model that improves in its predecessor R-CNN in a number of ways. Instead of extracting CNN features independently for each region of interest, Fast R-CNN aggregates them into a single forward pass over the image; i.e. regions of interest from the same image share computation and memory in the forward and backward passes.

Source: Fast R-CNN

Papers


Paper Code Results Date Stars

Categories