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

Segment Anything - Next Steps #2081

Open
2 of 5 tasks
tirthasheshpatel opened this issue Sep 19, 2023 · 5 comments
Open
2 of 5 tasks

Segment Anything - Next Steps #2081

tirthasheshpatel opened this issue Sep 19, 2023 · 5 comments
Assignees

Comments

@tirthasheshpatel
Copy link
Contributor

tirthasheshpatel commented Sep 19, 2023

Segment Anything model in KerasCV

#1987 added the Segment Anything model to KerasCV but it needs a guide to demonstrate training and prompting the trained model. It would also be nice to have some benchmarks for it. Following is a list of tasks that still need to be addressed:

  • Writing a guide to use the model (similar to the predictor demo on the original repo)
  • Writing a guide to generate masks for the entire image (similar to the automatic mask generation demo on the original repo)
  • (@IMvision12) A guide for end-to-end model training. See the appendix "A. Segment Anything Model and Task Details" from the paper that explains the training method used for the existing presets.
  • Adding support for text prompts (e.g. CLIP). The paper mentions that a CLIP model was used to encode text prompts.
  • (Optionally) It'd also be nice to have benchmarks for all the backends and document it somewhere.
@IMvision12
Copy link
Contributor

@tirthasheshpatel i can take up end - to - end model training guide

@AnimeshMaheshwari22
Copy link

@tirthasheshpatel I can take the Writing a guide to use the model

@cosmo3769
Copy link
Contributor

@tirthasheshpatel I can take up "Writing a guide to generate masks for the entire image". Thank you.

@cosmo3769
Copy link
Contributor

@tirthasheshpatel I can take up "Writing a guide to generate masks for the entire image". Thank you.

@tirthasheshpatel Since this guide requires implementation of predictor and maskgenerator, I am working on this.

@cosmo3769
Copy link
Contributor

@tirthasheshpatel Since the predictor and automaticmaskgenerator work is in wip and almost done by you as I checked your repo here: https://github.com/tirthasheshpatel/segment_anything_keras/tree/keras-cv-update. If there is any help required, I would be happy to help. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants