PaddlePaddle / Paddle.js

Paddle.js is a web project for Baidu PaddlePaddle, which is an open source deep learning framework running in the browser. Paddle.js can either load a pre-trained model, or transforming a model from paddle-hub with model transforming tools provided by Paddle.js. It could run in every browser with WebGL/WebGPU/WebAssembly supported. It could also run in Baidu Smartprogram and WX miniprogram.
https://paddlejs.baidu.com
Apache License 2.0
958 stars 137 forks source link

Interactive image segmentation #314

Open ntoand opened 2 years ago

ntoand commented 2 years ago

Hi team, I would like to ask if you have a plan to add an example of interactive object segmentation? Thanks for your good work.

JingyuanZhang commented 2 years ago

Hi. PaddleSeg Team has supported interactive object segmentation. https://github.com/PaddlePaddle/PaddleSeg/blob/release/2.4/EISeg/README_EN.md

JingyuanZhang commented 2 years ago

Do you want to use in web platform?

ntoand commented 2 years ago

I am aware of the interactive object segmentation models and python program. I love to see it work on the web platform. I tried to convert the models but couldn't make it work with Paddle.js.

JingyuanZhang commented 2 years ago

We will follow up this issue. If there is progress in the follow-up, we will update it in time