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

How to understand the output of different tasks #220

Open
Zhong-Zi-Zeng opened this issue Nov 6, 2023 · 0 comments
Open

How to understand the output of different tasks #220

Zhong-Zi-Zeng opened this issue Nov 6, 2023 · 0 comments

Comments

@Zhong-Zi-Zeng
Copy link

Hello, I am a beginner in instance segmentation and panoptic segmentation. I want to figure out the output of MaskFormer.

In semantic segmentation tasks, classes with the same predicted probabilities will have their corresponding masks merged as the final output.

In instance segmentation tasks, it is sufficient to filter out the masks corresponding to probabilities below a certain threshold.

In the case of panoptic segmentation, it is necessary to consider the corresponding data format. Taking COCO panoptic as an example, it contains 80 "thing" classes and 53 "stuff" classes. So, should the number of queries be set to 133, or is there another method to determine it?

I would greatly appreciate it if you could help me clarify these questions. Thank you.

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