prasadsachin commited on
Commit
3850765
·
verified ·
1 Parent(s): 8580335

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,5 +1,8 @@
1
  ---
2
  library_name: keras-hub
 
 
 
3
  ---
4
  ## Model Overview
5
  DeepLabv3+ model is developed by Google for semantic segmentation. This guide demonstrates how to finetune and use DeepLabv3+ model for image semantic segmentaion with KerasCV. Its architecture that combines atrous convolutions, contextual information aggregation, and powerful backbones to achieve accurate and detailed semantic segmentation. The DeepLabv3+ model has been shown to achieve state-of-the-art results on a variety of image segmentation benchmarks. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
@@ -84,4 +87,4 @@ segmenter = keras_hub.models.DeepLabV3ImageSegmenter.from_preset(
84
  segmenter.preprocessor.image_size = (96, 96)
85
  segmenter.fit(images, labels, epochs=3)
86
  segmenter.predict(images) # Trained 2 class segmentation.
87
- ```
 
1
  ---
2
  library_name: keras-hub
3
+ license: apache-2.0
4
+ tags:
5
+ - image-segmentation
6
  ---
7
  ## Model Overview
8
  DeepLabv3+ model is developed by Google for semantic segmentation. This guide demonstrates how to finetune and use DeepLabv3+ model for image semantic segmentaion with KerasCV. Its architecture that combines atrous convolutions, contextual information aggregation, and powerful backbones to achieve accurate and detailed semantic segmentation. The DeepLabv3+ model has been shown to achieve state-of-the-art results on a variety of image segmentation benchmarks. This model is supported in both KerasCV and KerasHub. KerasCV will no longer be actively developed, so please try to use KerasHub.
 
87
  segmenter.preprocessor.image_size = (96, 96)
88
  segmenter.fit(images, labels, epochs=3)
89
  segmenter.predict(images) # Trained 2 class segmentation.
90
+ ```