Fast Object Detection with Fast R-CNN

I dive into the details of Fast R-CNN, an extension to the original R-CNN model that boasted 9x speedup over its predecessor as well as state-of-the-art object detection results.

Object Detection with R-CNN

A discussion of R-CNN, a historic object detection architecture combining region proposals with convolutional neural networks.