From 0139464edb6a41f4d93772397a658f7ad4b17d96 Mon Sep 17 00:00:00 2001 From: The Matrix Date: Sun, 7 Apr 2024 17:18:14 +0800 Subject: [PATCH 1/2] Update README.md add R2024a segmentAnythingModel --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d6b4dd4..7bb0b28 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,13 @@ This network has been trained to detect 20 objects classes from the PASCAL VOC d | ------------- | ------------- |------------- |------------- |------------- | | [DeepLabv3+](https://github.com/matlab-deep-learning/pretrained-deeplabv3plus) | 209 | 0.87 | 20 | [GitHub](https://github.com/matlab-deep-learning/pretrained-deeplabv3plus) | + Zero-shot image segmentation model + +| Network | Size (MB) | Example Location | +| ------------- | ------------- |------------- |------------- |------------- | +| [segmentAnythingModel](https://www.mathworks.com/help/images/ref/segmentanythingmodel.html) | 358 [Doc](https://www.mathworks.com/help/images/getting-started-with-segment-anything-model.html) | + + **Application Specific Semantic Segmentation Models** | Network | Application |Size (MB) |Location |Example Output | | ------------- | ------------- | ------------- |------------- |------------- | From 2bfb3326492c13389bbc5406c1214e4ad51da0ab Mon Sep 17 00:00:00 2001 From: The Matrix Date: Sun, 7 Apr 2024 17:28:23 +0800 Subject: [PATCH 2/2] add R2024a segmentAnythingModel hi, I have added R2024a segmentAnythingModel on Semantic Segmentatioin section. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7bb0b28..757ca0e 100644 --- a/README.md +++ b/README.md @@ -124,11 +124,11 @@ This network has been trained to detect 20 objects classes from the PASCAL VOC d | ------------- | ------------- |------------- |------------- |------------- | | [DeepLabv3+](https://github.com/matlab-deep-learning/pretrained-deeplabv3plus) | 209 | 0.87 | 20 | [GitHub](https://github.com/matlab-deep-learning/pretrained-deeplabv3plus) | - Zero-shot image segmentation model + Zero-shot image segmentation model: | Network | Size (MB) | Example Location | -| ------------- | ------------- |------------- |------------- |------------- | -| [segmentAnythingModel](https://www.mathworks.com/help/images/ref/segmentanythingmodel.html) | 358 [Doc](https://www.mathworks.com/help/images/getting-started-with-segment-anything-model.html) | +| ------------- | ------------- |------------- | +| [segmentAnythingModel](https://www.mathworks.com/help/images/ref/segmentanythingmodel.html) | 358 | [Doc](https://www.mathworks.com/help/images/getting-started-with-segment-anything-model.html) | **Application Specific Semantic Segmentation Models**