JihongJu / keras-fcn

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

FCN in train.py #22

Open jeansely opened 7 years ago

jeansely commented 7 years ago

Hi, where is the FCN in the train.py line=63? from keras_fcn import FCN ?

JihongJu commented 7 years ago

@jeansely yep.

jeansely commented 7 years ago

thanks , i see your README file.