JihongJu / keras-fcn

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

Train my own dataset? #36

Open ZengyuanYu opened 6 years ago

ZengyuanYu commented 6 years ago

Now I have some pictures, but how i create label(labelme?) ? And then how I train this datasets?

ShreyasAiyar commented 5 years ago

Yes, you can label images using labelme (python). Your original images form your X_train and your labelled images are y_train. Subsequently you can apply data augmentation as well if you lack sufficient training examples.