JihongJu / keras-fcn

A playable implementation of Fully Convolutional Networks with Keras.
MIT License
202 stars 85 forks source link

pre-trained model #21

Open jeansely opened 7 years ago

jeansely commented 7 years ago

Can someone share pre-trained model of fcn-resnet? Thanks

JihongJu commented 7 years ago

@jeansely There is a pre-trained resnet50 model for classification from the official keras support. You can surely write your own ResNet encoder and fine-tune the weights for segmentation.