Repository for OpenCV's extra modules
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
298 B

name: "test_Pooling_max"
input: "input"
input_dim: 2
input_dim: 6
input_dim: 75
input_dim: 113
layer {
type: "Pooling"
pooling_param
{
pool: AVE
pad_h: 2
pad_w: 1
kernel_h: 3
kernel_w: 5
stride_h: 2
stride_w: 1
}
name: "output"
bottom: "input"
top: "output"
}