140. Spatial Pyramid Pooling

Spatial Pyramid Pooling helps the network output the same shape regardless of any aspect ratio and input size.
Instead of Pooling with a fixed filter size, it divides the input with different levels of ratio, so the output would not be dependent on the input shape.