Skip to content

Pretrain on PASCAL VOC train&val sets

Compare
Choose a tag to compare
@bonlime bonlime released this 04 Apr 13:11
· 92 commits to master since this release
18c356e

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)