xuebinqin / U-2-Net

The code for our newly accepted paper in Pattern Recognition 2020: "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection."
Apache License 2.0
8.31k stars 1.43k forks source link

Background removal module #306

Open kos94ok opened 2 years ago

kos94ok commented 2 years ago

Hi @xuebinqin

I recently created a module to quickly embed U2Net into my project. Maybe it will be useful for someone https://github.com/kos94ok/bgRemoverApp

nissansz commented 2 years ago

can it use onnx model too? steve8000818@gmail.com

rinab301 commented 1 year ago

Hi, How can I use it for doing image processing for the output without the backround, and then return the original backround after my changes on the main object? Do you have code example for this?

Thank