xmengli/H-DenseUNet

np.where(livertumor == 2)

genhao3 opened this issue · 1 comments

about 'np.where(livertumor == 2)' in preprocessing.py,
What does ‘livertumor == 2‘ mean?

Since tumor label is 2. np.where(livertumor == 2) used to find the location of tumors.