wentaozhu / adversarial-deep-structural-networks

ISBI2018: Adversarial Deep Structural Networks for Mammographic Mass Segmentation https://arxiv.org/abs/1612.05970
Apache License 2.0
51 stars 25 forks source link

How to visual-ize the segmentation results of FCN? #2

Closed c1a1o1 closed 6 years ago

c1a1o1 commented 6 years ago

How to visual-ize the segmentation results of FCN?

wentaozhu commented 6 years ago

Save the prediction, convert to numpy, use the matplotlib to visualize.

c1a1o1 commented 6 years ago

Thanks very much!