jocicmarko / ultrasound-nerve-segmentation

Deep Learning Tutorial for Kaggle Ultrasound Nerve Segmentation competition, using Keras
MIT License
939 stars 329 forks source link

Pixel values of the masks #20

Open keilalopezbl opened 7 years ago

keilalopezbl commented 7 years ago

Hi, I am trying to use your code for another segmentation project, I just want to know if the pixels in the masks that you use for training have different values or each one is labeled with a category. Thanks,

jocicmarko commented 7 years ago

@keilalopezbl I am not sure what is exactly your question, but I guess it is about how many classes does this model support? In this implementation only 1 class is supported, but check out issue #18 for supporting multiple classes.

keilalopezbl commented 7 years ago

What I meant is if the masks look like this:

[0 0 0 1..... 0 0 1 0..... 1 0 0 0...]