keras-team / keras-cv

Industry-strength Computer Vision workflows with Keras
Other
976 stars 318 forks source link

Add U-2-Net Model #2008

Open innat opened 11 months ago

innat commented 11 months ago

Short Description

bg-removal

Papers

Article: https://arxiv.org/abs/2005.09007

Existing Implementations

Official PyTorch implementation: https://github.com/xuebinqin/U-2-Net Unofficial: keras: https://github.com/chjort/u2net

Other information

Succeeding work of BASNet (same author).

cosmo3769 commented 11 months ago

Hey @innat, I would love to take this up. Thank you.

innat commented 11 months ago

@cosmo3769 The author of BASNet or U2Net has published their lastest work, DIS, all of these models serve the same purpose (segmentation) and similar architecture in most part. If you're up for working, please choose the latest model (i.e., DIS).

cosmo3769 commented 11 months ago

@innat @ianstenbit Okay, I would love to add DIS model if it aligns with keras-cv now. Suggestions please?