tkuanlun350 / 3DUnet-Tensorflow-Brats18

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

How can I get the gif image like in your readme? #22

Open hjyai94 opened 5 years ago

ljw-struggle commented 5 years ago

I also want to know it.

hjyai94 commented 5 years ago

I also want to know it. Using Imageio library and the .png or .jpg images can generate gif.

ljw-struggle commented 5 years ago

I also want to know it. Using Imageio library and the .png or .jpg images can generate gif.

Can you please give me a demo? I don't know how to add the multi-color label mask to the binary gray image. This is the main problem.

hjyai94 commented 5 years ago

I also want to know it. Using Imageio library and the .png or .jpg images can generate gif.

Can you please give me a demo? I don't know how to add the multi-color label mask to the binary gray image. This is the main problem. You can change the one channel image to three channels image by copying this one channel and giving this three channels image color according to the label mask.

ljw-struggle commented 5 years ago

Thank you. I will try it.