Skip to content

Releases: bonlime/keras-deeplab-v3-plus

Weights pretrained at Cityscapes dataset

19 Mar 22:18
434a6c1
Compare
Choose a tag to compare

Thanks @rdiazgar for adding Cityscapes weights. To use them just pass weights=cityscapes while initializing the model.

Pretrain on PASCAL VOC train&val sets

04 Apr 13:11
18c356e
Compare
Choose a tag to compare

Weights for keras models pretrained on PASCAL VOC train&val sets
This files don't have models definition, so you need to load them into existing model with:

deeplab_model.load_weights('deeplabv3_xception_tf_dim_ordering_tf_kernels.h5', by_name = True)