From 7d4ed9238c04d2296b1f8247630b5d4f3e500862 Mon Sep 17 00:00:00 2001 From: Hmily <961532186@qq.com> Date: Sat, 13 Jan 2024 21:12:29 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5767393..a2b3173 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Imgae matting -Here are a few effects: +Here are a few effects(omitting mask images): ![image-1](https://github.com/ihmily/image-matting/blob/main/assets/image-1.png) @@ -70,7 +70,15 @@ print("image_url:",server+image_url) print("mask_url:",server+mask_url) ``` -You can freely choose the method you want to upload from above. +You can freely choose the method you want to upload from above.If you want to get the cropped cutout, you can call `crop_image_by_alpha_channel` function. + +  + +## Extended Gallery + +![image-3](https://github.com/ihmily/image-matting/blob/main/assets/image-3.png) + +![image-4](https://github.com/ihmily/image-matting/blob/main/assets/image-4.png)