Model Pipeline - R-CNN family overview
The R-CNN family is a set of models designed to find and classify objects in images. They work by first proposing regions that might contain objects, then extracting features from these regions, and finally classifying what object is inside each region.