SPNet
SPNet copied to clipboard
Code for our CVPR2020 paper "Strip Pooling: Rethinking Spatial Pooling for Scene Parsing"
Hi, there, I tried to adapt Strip Pooling as 3D and insert to my model, but after about 20-50 iterations in a epoch, I got nan loss. How you saw...
Hi,thanks for your code ,your job is amazing. I meeting a problem when I'm training the model. The value of “MainLoss ” is shaking just in the beginning,can you give...
Are these pre trained SPnets or generic pre-trained resnet-50 and resnet-101 models? Thanks 🍡
Thanks for the valuable contribution! I am trying to reproduce the results for cityscapes, I used the configuration file cityscapes_spnet101.yaml The validation mIoU can only reach to ~73.x %. my...
HI, i am trying to design a simple module of strip pooling for my network. Would you please give me suggestions is it ok or i have to make changes...
Hi, Thank you for open-sourcing the amazing work. In the `SPHead` module, [the pool_size parameter er is set to 20, 12.](https://github.com/Andrew-Qibin/SPNet/blob/ac3a6429509dffedd18e0acef3d6ead3ad3d9991/models/spnet.py#L53). Can I ask why these two values? If the...
Thank for your contribution!And I have some questions I want to ask you。 Why is there only 19 categories in cityscapes_colors.txt and no background categories? Why is it not necessary...