capacitor-mlkit
capacitor-mlkit copied to clipboard
feat: Subject segmentation
Plugin(s)
- [ ] Barcode Scanning
- [ ] Face Detection
- [ ] Face Mesh Detection
- [ ] Selfie Segmentation
- [ ] Translation
Current problem
Are there any plans to make a plugin for Subject Segmentation of ML? https://developers.google.com/ml-kit/vision/subject-segmentation
Preferred solution
A plugin that support Subject Segmentation
Alternative options
No response
Additional context
No response
Before submitting
- [X] I have read and followed the feature request guidelines.
- [X] I have attached links to possibly related issues and discussions.
Thank you for your request! This API seems to be quite new. Yes, we will definitely implement it. But I can't give you an ETA yet.
Great to hear! Would love get my hands on this one :)
If you want, I can create the boilerplate code and you can do the implementation. Are you interested?
Thanks for the offer. Unfortunately I currently don't have the skills to implement this. I am happy to test the plugin in alpha state when there is an implementation.
No problem! I will let you know as soon as the plugin is available for testing.
@robingenz If you haven't started working on this yet, I would be happy to give it a shot :-)
@bperel All right, I'll prepare the boilerplate code for you tomorrow.
@bperel I've created the boilerplate code for you. Please create a new PR based on feat/issue-125 (see #245). Please use existing plugins as a guideline for implementation. The selfie-segmentation plugin should be helpful here. Let me know if you have any questions.