jshilong / SEPC

Scale-equalizing Pyramid Convolution for object detection(CVPR2020)
Apache License 2.0
330 stars 56 forks source link

How do you save the output from each layer of the feature pyramid #19

Closed Wenting-Xu closed 3 years ago

Wenting-Xu commented 4 years ago

I want to get the same feature size as the original image. Can your pyramid network output it?Is there any code to extract and save the feature map?thank you

jshilong commented 3 years ago

We don't support it, but you can use deconvolution or upsampling to make the feature map larger.