2

Just curious, are there any Tensorflow implementation of SegNet. Looks like there are multiple Caffe implementation outside. Any information or insight will be appreciated.

user785099
  • 5,323
  • 10
  • 44
  • 62

1 Answers1

1

Here is one implementation on github: https://github.com/tkuanlun350/Tensorflow-SegNet

It is a little bit different because the indices unravel has not be achieved in tensorflow, the corresponding questions: In Tensorflow, how to unravel the flattened indices obtained by tf.nn.max_pool_with_argmax? and In Tensorflow, how to assign values in Tensor according to the indices?

Community
  • 1
  • 1
karl_TUM
  • 5,769
  • 10
  • 24
  • 41