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

Segmentation Mask Identification #65

Open
MAGomes95 opened this issue Aug 9, 2022 · 0 comments
Open

Segmentation Mask Identification #65

MAGomes95 opened this issue Aug 9, 2022 · 0 comments

Comments

@MAGomes95
Copy link

Is there a way I can identify the pixels belonging to the segmentation masks?

I performed some comparison across the pixel intensities for a given frame in a given video-clip for a variety of videos-clips. Based on the code, I thought that all pixels belonging to the segmentation mask would have a value of 255. Nevertheless, this is not the case. For example, there are frames from target that not only contain pixels with intensity being 255 but other, like 240, 247, 230 and 192.

Based on the difference on the frequencies of pixel intensities, it is clear that the target frame has a lot more pixel which intensities are very high compared with the input frame. In that sense, the mask is associated with high-value pixel intensities. But I would like a straight way of identifying such pixels, for example "Pixels with value superior to X in the predicted frame, belong to the segmentation mask".

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