-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get Experimental phenomenon Images? #8
Comments
Well, in test function, the size of pred_out is [batch_size*4,1,128,128], so firstly you should change it into the shape of [160,180,batch_size]. And this can be done by function prediction_syn_results, and the pred_images are what you want. Finally, you should resale the pred_images using the max_value of the volume like this: pred_images = (pred_images+1)/2*max_value Then you can save it into a png or jpg by the library Image in PIL. |
can I ask you something? What's your email address, please? |
Why is there no code about the test results? Can you upload a complete code? |
请问你的图像显示出来了吗? |
email: [email protected] |
你都有generator.pkl了,输入T1和Flair, 输出的结果就是T2了啊 |
I have the same puzzle to ask you. I have completed the train process and got the discrimator.pkl and generator.pkl files. But when I test, I only show the values of mse, ssim and psnr. How can I get the experimental images, such as T1+Flair to T2? After using the test, there is no experimental result image in any folder. What should I do? |
Excuse me, how did you achieve your results? |
Have you kept your results? I'd like to ask. |
Why is the code I downloaded different from what you wrote? Mine ispred_images = pred_images/pred_images.max() |
Pls email your question to [email protected]. Thanks |
Dear taozh2017:
Thank you very much for sharing the code.
I have a confusion that want to ask you, I have accomplished the train process, and have got the discrimator.pkl and generator.pkl file.But when I test, only the mse, ssim and psnr values are displayed, how can I get the experimental images, for example, T1 + Flair to T2. After using the test, no experimental result images in any folder, what should I do?
@taozh2017
The text was updated successfully, but these errors were encountered: