We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Working on SEEM. Still need to work on a training pipeline for fine-tuning the model for instance segmentation.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: