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

feat: Subject Segmentation #666

Merged
merged 16 commits into from
Sep 3, 2024
Merged

feat: Subject Segmentation #666

merged 16 commits into from
Sep 3, 2024

Conversation

bensonarafat
Copy link
Collaborator

@bensonarafat bensonarafat commented Aug 10, 2024

Subject Segmentation based on issue #586

ML Kit's subject segmentation API allows developers to easily separate multiple subjects from the background in a picture, enabling use cases such as sticker creation, background swap, or adding cool effects to subjects. Read more

Key capabilities

  • Multi-subject segmentation: provides masks and bitmaps for each individual subject, rather than a single mask and bitmap for all subjects combined.
  • Subject recognition: subjects recognized are objects, pets, and humans.
  • On-device processing: all processing is performed on the device, preserving user privacy and requiring no network connectivity.

This API requires Android API level 24 or above. Make sure that your app's build file uses a minSdkVersion value of 24 or higher

@bensonarafat bensonarafat changed the title feat: Subject Segmentation plugin feat: Subject Segmentation Aug 10, 2024
@bensonarafat bensonarafat requested a review from fbernaly August 11, 2024 04:57
@fbernaly
Copy link
Collaborator

@bensonarafat : fix the static code analysis

@fbernaly
Copy link
Collaborator

@bensonarafat : These are the errors you need to fix:

Screenshot 2024-08-12 at 9 38 53 AM

@bensonarafat
Copy link
Collaborator Author

bensonarafat commented Aug 12, 2024

@fbernaly
Yes.
I forgot about the code-analysis.yaml file.

There are some other errors now. let me fix them

@bensonarafat
Copy link
Collaborator Author

@fbernaly
We are good

@fbernaly fbernaly changed the base branch from develop to test September 3, 2024 19:45
@fbernaly fbernaly merged commit a8b4da8 into flutter-ml:test Sep 3, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants