keras-deeplab-v3-plus

Keras implementation of Deeplab v3+ with pretrained weights

MIT License

Stars
1.4K
Committers
16

Bot releases are visible (Hide)

keras-deeplab-v3-plus - Weights pretrained at Cityscapes dataset Latest Release

Published by bonlime over 5 years ago

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

keras-deeplab-v3-plus - Pretrain on PASCAL VOC train&val sets

Published by bonlime over 6 years ago

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)