What are parameters we have to give to spp layer. In given sample code `model.add(SpatialPyramidPooling([1, 2, 4]))` what is 1,2,4?
What are parameters we have to give to spp layer. In given sample code
model.add(SpatialPyramidPooling([1, 2, 4]))what is 1,2,4?