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

implementation of pp-matting v2 #3455

Open
1 task done
AmberzzZZ opened this issue Aug 15, 2023 · 3 comments
Open
1 task done

implementation of pp-matting v2 #3455

AmberzzZZ opened this issue Aug 15, 2023 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@AmberzzZZ
Copy link

问题确认 Search before asking

  • 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.

请提出你的问题 Please ask your question

hi,
this is how you describe pp matting v2 in the front page: PP-MattingV2 is a lite matting SOTA model developed by PaddleSeg. It extracts high-level semantc informating by double-pyramid pool and spatial attention, and uses multi-level feature fusion mechanism for both semantic and detail prediciton.
but in the code i see only a global alpha prediction head. How exactly does the semantic task and the detail task integrate into this network in training time.

@AmberzzZZ AmberzzZZ added the question Further information is requested label Aug 15, 2023
@Asthestarsfalll
Copy link
Contributor

I think the answer is in your question

It extracts high-level semantc informating by double-pyramid pool and spatial attention, and uses multi-level feature fusion mechanism for both semantic and detail prediciton.

Which corresponds to code

@AmberzzZZ
Copy link
Author

Is the auxilliary semantic & detail prediction task no longer needed in this version of matting network?

@Asthestarsfalll
Copy link
Contributor

Is the auxilliary semantic & detail prediction task no longer needed in this version of matting network?

I think double-pyramid pool, spatial attention and multi-level feature fusion grant the ppmatting-v2 the ability to extract high-level semantc information so that it doesn't need to use a auxilliary semantic map to supervise the training.

You may read the paper to obtain more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants