Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,7 @@ 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.
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
tags:
|
| 5 |
- image-segmentation
|
| 6 |
+
pipeline_tag: image-segmentation
|
| 7 |
---
|
| 8 |
## Model Overview
|
| 9 |
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.
|