Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[WIP][Add] Mask2Former#1059

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
ariG23498 wants to merge2 commits intoqubvel-org:main
base:main
Choose a base branch
Loading
fromariG23498:aritra/mask2former

Conversation

ariG23498
Copy link

@ariG23498
Copy link
Author

Hi@qubvel some questions before I start contributing to the core part of the model:

  1. This model seems to have three parts, a pixel encoder, a pixel decoder and a transformer decoder. While I understand that I do not have to write the pixel encoder, as that can be directly retrieved fromtimm, the only bits I would need to contribute right now would be the two decoders.
  2. Do we want this to be inference only at first? To make this happen my workflow would be to copy code from thetransformers implementation and make the weight conversion (only if required) and pass an image to the model to see the semgentation maps correctly.
  3. I am unsure about the processor. Do you think we should concentrate on that as well?

Let me know what you think.

@qubvel
Copy link
Collaborator

Hey@ariG23498, thanks for the questions, I tried to answer them, but let me know if anything is unclear

  1. Yes
  2. AFAIU the semantic segmentation model should be trainable with existing tutorials, otherwise, we can make a new tutorial (if there are any nuances)
  3. We can use Albumentations for preprocessing - similar to what I used for segformer + to create a notebook on how to make an inference. See also the snippet for Segformerhttps://huggingface.co/smp-hub/segformer-b3-512x512-ade-160k
ariG23498 reacted with thumbs up emoji

@vedantdalimkar
Copy link
Contributor

Hi@ariG23498, are you still working on this issue? If not, I would like to take it up.

@ariG23498
Copy link
Author

Hey@vedantdalimkar feel free to take this up!

vedantdalimkar reacted with thumbs up emoji

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Add Mask2Former to SMP
3 participants
@ariG23498@qubvel@vedantdalimkar

[8]ページ先頭

©2009-2025 Movatter.jp