tkuanlun350 / 3DUnet-Tensorflow-Brats18

3D Unet biomedical segmentation model powered by tensorpack with fast io speed
202 stars 68 forks source link

How to show segmentation result(different colours) on Original image like in your Readme?I tried findcontours, but it not work,thank you! #14

Open Johncheng1 opened 5 years ago

Johncheng1 commented 5 years ago

How to show segmentation result(different colours) on Original image like in your Readme?I tried findcontours, but it not work,thank you!

tkuanlun350 commented 5 years ago

You can using predicted segmentation with different color (each label with distinct color).

Johncheng1 commented 5 years ago

ok,thanks!

At 2019-01-29 23:03:15, "Tseng Kuan Lun" notifications@github.com wrote:

You can using predicted segmentation with different color (each label with distinct color).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

ljw-struggle commented 4 years ago

Could you give me a demo about how to get the gif in your readme? Thank you very much. I use the matplotlib package to draw the image like you but it doesn't look very good.

zhangshuang317 commented 4 years ago

Could you give me a demo about how to get the gif in your readme? Thank you very much. I use the matplotlib package to draw the image like you but it doesn't look very good.

您解决这个问题了吗,我也有同样的困扰。