Fully Convolutional Network Training Image Size

后端 未结 2 1483
日久生厌
日久生厌 2020-12-18 05:14

I\'m trying to replicate the results of Fully Convolutional Network (FCN) for Semantic Segmentation using TensorFlow.

I\'m stuck on feeding training images into the

2条回答
  •  庸人自扰
    2020-12-18 05:44

    1. You can use batch size = 1
    2. You can resize images to fixed size like 256,256
    3. You can resize each batch to median image size of it's content.

提交回复
热议问题