sacmehta / YNet

Y-Net: Joint Segmentation and Classification for Diagnosis of Breast Biopsy Images
https://sacmehta.github.io/YNet/
MIT License
135 stars 33 forks source link

source code of instance level probability map #6

Closed shuuchen closed 5 years ago

shuuchen commented 5 years ago

Hi,

Thanks for disclosing the source code.

Could you please tell me where is the source code of instance level probability map ? I cannot understand how to get the map from a predicted vector.

in main.py of stage2, I see the predicted vector is output1 at line 93. Then a histogram is computed with size of 4*4 .

Is the histogram to be instance level probability map ?

sacmehta commented 5 years ago

See #3