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

Choice of Segmentation Head #429

Open
Seniab opened this issue Jun 14, 2024 · 5 comments
Open

Choice of Segmentation Head #429

Seniab opened this issue Jun 14, 2024 · 5 comments

Comments

@Seniab
Copy link

Seniab commented Jun 14, 2024

Hi,

What was the rational behind trying a linear, +ms, and Mask2Former segmentation head for image segmentation as the downstream task? Could a different segmentation be used instead?

Thanks!

@ayushnangia
Copy link

have you tried to code it up?
I mean the env they have given is not working. only option seems to be the Huggingface version.

@Seniab
Copy link
Author

Seniab commented Jun 20, 2024

I have tried to code it up, but I am getting lost in how the output from the transformer backbone actually gets to the segmentation head. I was wondering if there was something special about linear, +ms, and Mask2Former, or is the pipeline from transformer backbone to segmentation head generally the same regardless of segmentation head?

@ayushnangia
Copy link

this Linear probing of DINOv2 for semantic segmentation

try this and #370

notebook might help out with the inference

for the coding part even I am stumped

@ayushnangia
Copy link

btw mind if we connect over mail?

@Seniab
Copy link
Author

Seniab commented Jun 24, 2024

Thanks. Sure we can connect over mail.

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

2 participants