hellochick / ICNet-tensorflow

TensorFlow-based implementation of "ICNet for Real-Time Semantic Segmentation on High-Resolution Images".
405 stars 153 forks source link

What is the output node of model? #93

Open pewpewpeww opened 5 years ago

pewpewpeww commented 5 years ago

Hi, I am trying to convert the checkpoint files into .pb file (frozen graph). But i need the input for the output nodes, may i know from where can i find this information from?

Any help will be appreciated.

Thank you in advance!