JohnleeHIT / Brats2019

[BrainLes2019] Multi-step cascaded network for brain tumor segmentations (tensorflow)
https://arxiv.org/abs/1908.05887
MIT License
95 stars 24 forks source link

I want to know how to generate the gif in your readme, thank you very much... #2

Closed ljw-struggle closed 4 years ago

JohnleeHIT commented 5 years ago

its pretty simple, you can get a gif by using imageio.mimsave() function which needs the imageio package.

ljw-struggle commented 5 years ago

its pretty simple, you can get a gif by using imageio.mimsave() function which needs the imageio package.

Thank you, but how to add the mask edge?

JohnleeHIT commented 5 years ago

You can check the Class Evaluation in utils.py.

ljw-struggle commented 5 years ago

谢谢 ^_^