dokutagero

Results 7 comments of dokutagero

First of all thank you for all the info provided in this issue. I have one question regarding training with another dataset. The BilinearUpsampling2D function is expecting a fixed input...

@ahundt thanks for the prompt reply. I was asking mainly because I will most likely be contributing to the project :) Regarding my question about the BilinearUpsampling2D it's expecting a...

I am trying to create the network with `input_shape=(None, None, 3)` because of the variable input size with the following code: ```model = FCN_Vgg16_32s(input_shape=(None, None, 3), classes=2)``` and when instantiating...

On the other hand, if I crop my dataset to a fixed size and specify the size I can build the network.

I am still learning with the code of this implementation so my advice could not be right. As far as I know, if you are using the SegDataGenerator, the default...

@nabobalis I'm interested in this issue. I have a question though. In the original paper, in section 4.1 they describe how they prepared the data for training the genetic algorithm....

Perfect, I'll take a look at it then :)