keras-team / keras-cv

Industry-strength Computer Vision workflows with Keras
Other
1.01k stars 330 forks source link

Add U-2-Net Model #2008

Open innat opened 1 year ago

innat commented 1 year 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 1 year ago

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

innat commented 1 year 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 1 year ago

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

frostbyte012 commented 3 months ago

@innat I would like to contribute as well! Is it still available to work on?