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 test on a real broken image? #6

Open
xuanzhangyang opened this issue Jun 6, 2018 · 3 comments
Open

how to test on a real broken image? #6

xuanzhangyang opened this issue Jun 6, 2018 · 3 comments

Comments

@xuanzhangyang
Copy link

Hi, If i have a real broken image, how to test on your model? That means I don’t have the mask as input.

@SeitaroShinagawa
Copy link
Owner

Hi @xuanzhangyang,
Thank you for your attention.

In this implementation, my model interprets value zero as a broken part (mask) after pixel-wise multiplication between an input image and mask.

So in your case, you can generate the input mask of the broken image by extracting the part of broken pixels and set those value with zero.

Best,

@xuanzhangyang
Copy link
Author

So I need to pick out the broken part of the picture, but sometimes it's hard to do

@SeitaroShinagawa
Copy link
Owner

Sorry, I misunderstood your question.
I answered to your question in #14.

Best,

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