H-DenseUNet
H-DenseUNet copied to clipboard
np.where(livertumor == 2)
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.