idanba commited on
Commit
87fb49b
1 Parent(s): 308af66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -1,15 +1,18 @@
1
  ---
2
  library_name: keras
 
 
 
 
 
3
  ---
4
 
5
- ## Model description
6
 
7
- More information needed
8
 
9
- ## Intended uses & limitations
10
 
11
- More information needed
12
 
13
- ## Training and evaluation data
14
 
15
- More information needed
 
1
  ---
2
  library_name: keras
3
+ license: mit
4
+ datasets:
5
+ - nateraw/pascal-voc-2012
6
+ metrics:
7
+ - mean_iou
8
  ---
9
 
 
10
 
11
+ # Model card for deeplabv3_plus_320
12
 
13
+ A keras implementation of DeepLabV3-Plus semantic segmentation model, based on [bonlime](https://github.com/bonlime/keras-deeplab-v3-plus.git).
14
 
15
+ The model weights were taken from [bonlime](https://github.com/bonlime/keras-deeplab-v3-plus.git).
16
 
17
+ This DeepLabV3-Plus Keras implementation was adjusted for MCT compatability.
18