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

UNet 3+ model added #385

Open hamidriasat opened 2 years ago

hamidriasat commented 2 years ago

Two changes

divamgupta commented 2 years ago

Hi thanks for the PR, but it seems like that the new model you added might not work with other functionality of the repo. For e.g. it is not added in the all_models.py , hence cli tools wont be able to use it.

hamidriasat commented 2 years ago

Hi @divamgupta, thanks for your reply. New changes have been made in code to make it compatible with rest of the repo functionality. Please test it with cli tools. I hope it works this time, if anything is missing please let me know.

Following changes have been made in the current commit: