idanba's picture
Update README.md
87fb49b verified
|
raw
history blame contribute delete
No virus
460 Bytes
---
library_name: keras
license: mit
datasets:
- nateraw/pascal-voc-2012
metrics:
- mean_iou
---
# Model card for deeplabv3_plus_320
A keras implementation of DeepLabV3-Plus semantic segmentation model, based on [bonlime](https://github.com/bonlime/keras-deeplab-v3-plus.git).
The model weights were taken from [bonlime](https://github.com/bonlime/keras-deeplab-v3-plus.git).
This DeepLabV3-Plus Keras implementation was adjusted for MCT compatability.