From dd16d8b467f0cc17065aa69a9cfafa5ed1758192 Mon Sep 17 00:00:00 2001 From: CodingGorit Date: Thu, 17 Jul 2025 14:26:38 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix=EF=BC=9A=E8=A7=A3=E5=86=B3=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E7=9A=84=E5=9B=BE=E7=89=87=E4=BC=9A=E8=A2=AB=E6=8B=89?= =?UTF-8?q?=E4=BC=B8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/ImageGenerate.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/pages/ImageGenerate.ets b/entry/src/main/ets/pages/ImageGenerate.ets index 8b13a38..a6ce4c8 100644 --- a/entry/src/main/ets/pages/ImageGenerate.ets +++ b/entry/src/main/ets/pages/ImageGenerate.ets @@ -329,7 +329,7 @@ export struct ImageGenerate { left: 16, right: 16 }) - .objectFit(ImageFit.Fill) + .objectFit(ImageFit.Contain) } .width("100%") .height(480) -- Gitee From 253cab6329b80e18073fea8c4ef2c23d5eb4dc28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=8B=E8=83=BD=5FGorit?= Date: Thu, 17 Jul 2025 06:32:17 +0000 Subject: [PATCH 2/3] update README.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 赋能_Gorit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17b93ac..0f8bed4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 基于 MindSpore Lite 实现端侧人物图像分割 ## 介绍 -本示例基于`@ohos.ai.mindSporeLite`提供的ArkTS API,实现“端侧人物图像分割与合成”示例程序。 +本示例基于`@ohos.ai.mindSporeLite`提供的ArkTS API,实现“端侧人物图像分割”示例程序。 ## 效果预览 | 主页 | 相册页 | 原图预览页 | 人物图像分割合成结果页 | -- Gitee From 9f5c0efaa430d28f88c564fe090b1014f99ae838 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=8B=E8=83=BD=5FGorit?= Date: Thu, 17 Jul 2025 06:32:45 +0000 Subject: [PATCH 3/3] update README.en.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 赋能_Gorit --- README.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.en.md b/README.en.md index fd34b27..2d46040 100644 --- a/README.en.md +++ b/README.en.md @@ -1,6 +1,6 @@ # Implementing On-Device Portrait Image Segmentation Based on MindSpore Lite ## Introduction -This example utilizes the ArkTS API provided by `@ohos.ai.mindSporeLite` to implement an "On-Device Portrait Image Segmentation and Composition" sample application. +This example utilizes the ArkTS API provided by `@ohos.ai.mindSporeLite` to implement an "On-Device Portrait Image Segmentation" sample application. ## Preview | Home Page | Album Page | Original Image Preview Page | Portrait Segmentation and Composition Results Page | -- Gitee