divamgupta / image-segmentation-keras

Implementation of Segnet, FCN, UNet , PSPNet and other models in Keras.
https://divamgupta.com/image-segmentation/2019/06/06/deep-learning-semantic-segmentation-keras.html
MIT License
2.92k stars 1.16k forks source link

How to resume model training from last saved weight file? #376

Open mrafifaisal opened 2 years ago

mrafifaisal commented 2 years ago

How can we resume training from the last checkpoint saved? 2nd Question, I've images of 4 different channels (Red, green, NIR, Red edge) in 4 different folders, each folder contain a single channel images. To apply semantic segmentation Do i have to merge images into 3 channels or I can use multiple input image input of your repository?