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

Further details #51

Open
25benjaminli opened this issue Dec 30, 2023 · 1 comment
Open

Further details #51

25benjaminli opened this issue Dec 30, 2023 · 1 comment

Comments

@25benjaminli
Copy link

Hi, will there be a paper for this or other documents describing all the changes made to the original SAM architecture?

@25benjaminli
Copy link
Author

@ziqi-jin
Also, I looked into the code and found the following in extend_sam/extend_sam.py.

def forward(self, img):
        x = self.img_adapter(img)
        points = None
        boxes = None
        masks = None

        sparse_embeddings, dense_embeddings = self.prompt_adapter(
            points=points,
            boxes=boxes,
            masks=masks,
        )

Does this mean that finetune-anything does not by default use any prompts? If so, would it be viable to implement automatic box generation for each class? And would it be beneficial to the algorithm performance

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