FCN in TensorFlow missing crop layer

后端 未结 2 1876
粉色の甜心
粉色の甜心 2021-02-03 14:58

I am currently trying to implement FCN for semantic segmentation in TensorFlow as it was previously done in Caffe here.

Unfortunately I\'m struggling with following 3 th

2条回答
  •  爱一瞬间的悲伤
    2021-02-03 15:31

    I found the way for solving arbitrary size image in tensorflow, by implementing crop layer. Now it can be used any size of image you want, when just single image is passed. More about my solution is here: https://stackoverflow.com/a/45632285/3134418

提交回复
热议问题