houqb / SPNet

Code for our CVPR2020 paper "Strip Pooling: Rethinking Spatial Pooling for Scene Parsing"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About SPM structure, source code is different from the paper

weiyu-zeng opened this issue · comments

Hi, thank you for your interesting work.
But I'm confused why the strip pooling module(SPM) structure is different from the paper. In the paper, the end of SPM is a sigmoid function and the output of SPM elementwise multiply x, instead of elementwise summation shown in the source code (SPNet/models/customize.py).

Thanks for your response, my negligence. I will withdraw the issue