You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: