Faster RCNN 1. CNN(VGG16) : Input the image to ConvNet, get the Feature map 2. RPN : Extract the Region Proposals through Anchor Box 3. RoI Projection : Get the RoI Feature map through RoI Pooling 4. Fast R-CNN : Input the RoI Feature map by Alternating Training Anchor box A method for capturing objects of various sizes, same concept as a bounding box but with a predefined different scale and ax..