H-DenseUNet icon indicating copy to clipboard operation
H-DenseUNet copied to clipboard

np.where(livertumor == 2)

Open genhao3 opened this issue 4 years ago • 1 comments

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

genhao3 avatar Apr 15 '20 04:04 genhao3

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

xmengli avatar Apr 15 '20 04:04 xmengli