aurora95 / Keras-FCN

Keras-tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation(Unfinished)
MIT License
650 stars 268 forks source link

error using BilinearUpSampling2D #57

Open PRRvalli opened 6 years ago

PRRvalli commented 6 years ago

I tried using your code for image-segmenting. Size of my dataset was 68683. So I modified your code according to my dataset. The error occurs at BilinearUpSampling2D step. I'm not sure how to resolve it. link to the code : (https://github.com/PRRvalli/Deep_learning-codes/blob/master/FCN-implementation%20on%20rtmi.ipynb).

ghost commented 6 years ago

Hey @PRRvalli , use an UpSampling2D layer instead