aurora95 / Keras-FCN

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

TODO: remove the reshape/conversion code soon and us load_weights(reshape=True) #63

Open ahundt opened 6 years ago

ahundt commented 6 years ago

My pull request to build reshaping directly into keras is nearly complete: https://github.com/keras-team/keras/pull/9167

If anyone is interested in making the change a contribution would be welcome!