@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 ?
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 ?