segdec-net-jim2019 icon indicating copy to clipboard operation
segdec-net-jim2019 copied to clipboard

Output nodes name

Open JiatianWu opened this issue 5 years ago • 1 comments

Hi, great work! I am trying to serializing the model into pb model format, but I can't figure out the output nodes' names of the model. Do you know what are the names of the output nodes? Thanks.

JiatianWu avatar Oct 21 '19 22:10 JiatianWu

Hi, there are two output nodes, one for segmentation that uses 'conv5' scope name and another for classification that uses 'decision/FC9' scope name.

You can see segmentation node here and classification node here.

Best, Domen

skokec avatar Oct 22 '19 08:10 skokec