February 2018
Intermediate to advanced
218 pages
5h 31m
English
Fast R-CNN, or Fast Region-based CNN method, is an improvement over the previously covered R-CNN. To be precise about the improvement statistics, as compared to R-CNN, it is:
Where R-CNN uses a smaller (five-layer) CNN, Fast R-CNN uses the deeper VGG16 network, which accounts for its improved accuracy. Also, R-CNN is slow because it performs a ConvNet forward pass for each object proposal without sharing computation:
In Fast R-CNN, the deep VGG16 CNN provides essential computations for all the stages, ...
Read now
Unlock full access