Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.68 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.68 KB

One-click cutout(一键抠图)

Cut out the characters in a picture with one click, retaining the size of the original picture. The result is a png format picture with a transparent background. 把一个图片中的人物一键抠出来,保留原始图片的尺寸大小,结果是一个透明底色的png格式图片。

One-click use (MAC)一键使用(MAC)

立即下载 Download 下载解析之后,打开终端,拖进终端进行执行。

imageimage image

Example(示例)

Enter picture(输入图片)

(Click on the picture to see the effect comparison)(点击图片可以看到效果对比) 123

Output picture(输出图片)

(Click on the picture to see the effect comparison)(点击图片可以看到效果对比) 123 output_image

RESTful API Example

curl -X POST -F "file=@123.jpeg" http://localhost:5001/process_image --output output_001.png

Star History

Star History Chart