diff --git a/README.en.md b/README.en.md index 232ef3dd76a6f80bf05e539d4e722929bcba41a5..8b757908a4e98a9095c81615f6f369d7c9063a7e 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).