forked from jr0th/segmentation
-
Notifications
You must be signed in to change notification settings - Fork 11
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
A question about the labels #22
Comments
You are correct, boundary labels are supposed to be 3 values. Can you visualize the resulting image and post it here? Also, can you give a reference to the specific notebook and block of code where you think the error is happening? Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have a question about the boundary labels, I tried the prprocessing file and tried np.unique for one of the labels and got [0 255] A i not supposed to get 3 elements one for the background, one for the cell and one for the boundary ? to encode them later for the multi class classification for unet 3 classes ??
I would be grateful if can someone answer my question.
The text was updated successfully, but these errors were encountered: