From 0d7b5ac5b2fa7b2837bf75a52df45d63e20a2f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=8B=E8=83=BD=5FGorit?= Date: Thu, 14 Aug 2025 10:20:29 +0000 Subject: [PATCH] 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 232ef3d..8b75790 100644 --- a/README.en.md +++ b/README.en.md @@ -37,7 +37,7 @@ This example utilizes the ArkTS API provided by `@ohos.ai.mindSporeLite` to impl ``` ## Implementation Details -The terminal image segmentation model used in this sample application is `model_float32.ms`, placed in the `entry\src\main\resources\rawfile` project directory. +The terminal image segmentation model used in this sample application is `rmbg_fp16.ms`, placed in the `entry\src\main\resources\rawfile` project directory. - The home page uses [@ohos.file.photoAccessHelper](https://developer.huawei.com/consumer/cn/doc/harmonyos-references/js-apis-photoaccesshelper) (image file selection) to open the album, [@ohos.multimedia.image](https://developer.huawei.com/consumer/cn/doc/harmonyos-references/js-apis-image) (image processing effects), and [@ohos.file.fs](https://developer.huawei.com/consumer/cn/doc/harmonyos-references/js-apis-file-fs) (basic file operations) APIs to fetch and process album images. The complete code can be found in [Index.ets](entry/src/main/ets/pages/Index.ets) and [ImageGenerate.ets](entry/src/main/ets/pages/ImageGenerate.ets). -- Gitee