xmengli / H-DenseUNet

TMI 2018. H-DenseUNet: Hybrid Densely Connected UNet for Liver and Tumor Segmentation from CT Volumes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

np.where(livertumor == 2)

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