AceCoooool / DSS-pytorch

:star: PyTorch implement of Deeply Supervised Salient Object Detection with Short Connection
MIT License
174 stars 53 forks source link

Hi,I have some problems about solver.py #24

Open silencedog opened 5 years ago

silencedog commented 5 years ago

inference: choose the side map (see paper)

self.select = [1, 2, 3, 6]

I can‘t find this set in the paper. Can you tell me what’s this ? THX

AceCoooool commented 5 years ago

3.1.4 Inference. Equation (10) and (11)
And here 0 as first and 6 as fuse. (However, I forget whether the fuse is same as paper.)