keras-segnet icon indicating copy to clipboard operation
keras-segnet copied to clipboard

How to initialize weights using Camvid dataset?

Open pranitapradhan91 opened this issue 6 years ago • 0 comments

Dear all,

I wish to apply Segnet Model for image segmentation task. These are medical images. I want to initialize the weights for Segnet model using Camvid dataset. What changes can I do to the current model to initialize the weights? I saw some thread https://github.com/legokichi/keras-segnet/blob/master/model_segnet.py, where they initialize weights using VGG16 pre-trained on Camvid dataset. But I couldn't really run that script (some error).

Any help would be appreciated.

Thank you

pranitapradhan91 avatar Apr 25 '18 07:04 pranitapradhan91