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

Whats the diffrence between foreground prediction and alpha prediction? #29

Open
Robot000 opened this issue Sep 2, 2019 · 1 comment

Comments

@Robot000
Copy link

Robot000 commented Sep 2, 2019

No description provided.

@xiankgx
Copy link

xiankgx commented Sep 29, 2019

Alpha stores values in range [0, 1] regarding the transparency of an image for each pixel. 1.0 means foreground, 0.0 means background, 0.5 means middle between foreground and background. This is in contrast with segmentation masks which only contains 0 and/or 1 with no values in between.

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