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

support SAM finetune workflow for instance segmentation #25

Open
zzsi opened this issue Oct 27, 2023 · 1 comment
Open

support SAM finetune workflow for instance segmentation #25

zzsi opened this issue Oct 27, 2023 · 1 comment

Comments

@zzsi
Copy link
Collaborator

zzsi commented Oct 27, 2023

Implement an easy-to-use training pipeline for single-class instance segmentation.

SAM itself has limited object categorization capability. Text prompt was mentioned in the paper but not released in code.

Use grounded sam and [PerSam] (https://github.com/NielsRogge/Transformers-Tutorials/tree/master/PerSAM).

GLIP+SAM: https://www.reddit.com/r/MachineLearning/comments/12dx457/p_glip_sam_for_zeroshot_instance_segmentation/

Another example of using an object detector to prompt SAM https://github.com/RockeyCoss/Prompt-Segment-Anything

@zzsi
Copy link
Collaborator Author

zzsi commented Dec 14, 2023

Working on SEEM. Still need to work on a training pipeline for fine-tuning the model for instance segmentation.

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

No branches or pull requests

1 participant