segnet 的 tensorflow 实现

tensorflow implementation for segnet

只是好奇,是否有 SegNet 的任何 Tensorflow 实现。看起来外面有多个 Caffe 实现。任何信息或见解将不胜感激。

这是 github 上的一种实现:https://github.com/tkuanlun350/Tensorflow-SegNet

有点不同,因为在tensorflow中还没有实现indices unravel,对应的问题: In Tensorflow, how to assign values in Tensor according to the indices?