genhao3 opened this issue 5 years ago · 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.