-
Notifications
You must be signed in to change notification settings - Fork 871
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
Comments
have you tried to code it up? |
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? |
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 |
btw mind if we connect over mail? |
Thanks. Sure we can connect over mail. |
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!
The text was updated successfully, but these errors were encountered: