donnyyou / torchcv

TorchCV: A PyTorch-Based Framework for Deep Learning in Computer Vision
https://pytorchcv.com
Apache License 2.0
2.25k stars 378 forks source link

SFNET: what's difference between x,fpn_dsn? #165

Open jinmingyi1998 opened 4 years ago

jinmingyi1998 commented 4 years ago

https://github.com/donnyyou/torchcv/blob/1875b7905f4aa0aed7d6cf49ae0ed4512d5f6ae7/model/seg/nets/sfnet.py#L189

而且,ResSFNet 和 AlignHead 都有self.fpn_out,是否是重复的?(虽然这两个fpn_out有一点点差别)

jinmingyi1998 commented 4 years ago

论文中有两次FAM(upsample和cat) ,而代码中只有上采样时做了?