Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the best lite model for background removal? #5657

Open
fatiherdogan01 opened this issue Sep 29, 2024 · 1 comment
Open

What is the best lite model for background removal? #5657

fatiherdogan01 opened this issue Sep 29, 2024 · 1 comment
Assignees
Labels
task:image segmentation Issues related to image segmentation: Locate objects and create image masks with labels type:support General questions

Comments

@fatiherdogan01
Copy link

fatiherdogan01 commented Sep 29, 2024

Hi,

I'm using "selfie_multiclass_256x256" and "deeplab_v3" models for background removal.
The "selfie multiclass 256x256" model works very well. But the "deeplabv3" model does not work well.

Does anyone have any suggestions for a lite model for mobile devices?

@fatiherdogan01 fatiherdogan01 changed the title What is the best model for background removal? What is the best lite model for background removal? Sep 29, 2024
@kuaashish kuaashish added task:image segmentation Issues related to image segmentation: Locate objects and create image masks with labels type:support General questions labels Sep 30, 2024
@edamlmmv
Copy link

edamlmmv commented Oct 2, 2024

Doesn't selfie_multiclass_256x256 work on mobile as well?
Personally I do not use deeplabv3, I preload MLKIT's model and once selfie_multiclass_256x256 is loaded I replace it.
(See volcomix's implementation for mlkit's model: https://github.com/Volcomix/virtual-background)

I think it's equivalent to SelfieSegmenter (square)

You may have to use webgl2 instead of canvas2d for the bigger model to be efficient on mobile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task:image segmentation Issues related to image segmentation: Locate objects and create image masks with labels type:support General questions
Projects
None yet
Development

No branches or pull requests

3 participants