Divyasreepat commited on
Commit
8580335
·
verified ·
1 Parent(s): efb1dd9

Update README.md with new model card content

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,7 +1,7 @@
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.
6
  `
7
  Weights are released under the [Apache 2 License](https://apache.org/licenses/LICENSE-2.0). Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
@@ -35,7 +35,7 @@ The following model checkpoints are provided by the Keras team. Full code exampl
35
  ## Model card
36
  https://arxiv.org/abs/1802.02611
37
 
38
- ### Example Usage
39
  Load DeepLabv3+ presets a extension of DeepLabv3 by adding a simple yet
40
  effective decoder module to refine the segmentation results especially
41
  along object boundaries.
 
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.
6
  `
7
  Weights are released under the [Apache 2 License](https://apache.org/licenses/LICENSE-2.0). Keras model code is released under the [Apache 2 License](https://github.com/keras-team/keras-hub/blob/master/LICENSE).
 
35
  ## Model card
36
  https://arxiv.org/abs/1802.02611
37
 
38
+ ## Example Usage
39
  Load DeepLabv3+ presets a extension of DeepLabv3 by adding a simple yet
40
  effective decoder module to refine the segmentation results especially
41
  along object boundaries.