houqb / DSS

code for "Deeply supervised salient object detection with short connections" published in CVPR 2017
MIT License
240 stars 79 forks source link

why the layer 'concat_dsn3' did not include 'upscore-dsn4-3' ? #15

Closed Sucran closed 6 years ago

Sucran commented 6 years ago

layer { name: "concat-dsn3" bottom: "conv3-dsn3" bottom: "upscore-dsn6-3" bottom: "upscore-dsn5-3" top: "concat-dsn3" type: "Concat" concat_param { concat_dim: 1} }

@Andrew-Qibin Hi, I'm re-implement this network in keras, and have read your paper before. I remember the concate in your paper present in a dense way. The conct-dsn3 should be include a bottom like 'upscore-dsn4-3', but there only include upscore-dsn5-3 and upscore-dsn6-3.

the layer 'concat_dsn3' included 'upscore-dsn4-3' or did not ?

Sucran commented 6 years ago

Oh, I see, the layer 'concat_dsn3' did not includ 'upscore-dsn4-3'.