【发布时间】:2016-11-07 16:52:26
【问题描述】:
只是好奇,有没有 SegNet 的 Tensorflow 实现。看起来外面有多个 Caffe 实现。任何信息或见解将不胜感激。
【问题讨论】:
标签: computer-vision tensorflow
只是好奇,有没有 SegNet 的 Tensorflow 实现。看起来外面有多个 Caffe 实现。任何信息或见解将不胜感激。
【问题讨论】:
标签: computer-vision tensorflow
这是 github 上的一个实现:https://github.com/tkuanlun350/Tensorflow-SegNet
有点不同是因为在tensorflow中还没有实现index unravel,对应的问题: In Tensorflow, how to unravel the flattened indices obtained by tf.nn.max_pool_with_argmax? 和 In Tensorflow, how to assign values in Tensor according to the indices?
【讨论】: