ginobilinie / medSynthesis

medical image synthesis with GAN framework based on tensorflow (we also have a better version in pytorch: https://github.com/ginobilinie/medSynthesisV1)
MIT License
73 stars 24 forks source link

About GDL loss #19

Open xiaohong666 opened 3 years ago

xiaohong666 commented 3 years ago

Hello, first of all thank you for sharing. This is a great job. About GDL loss in 3dganversion/loss_functions/gdl3d_loss, If the shape obtained by the generator is (1,128,128,128,1), how can it become the gen_frames, gt_frames needed in the code. Besides, what is the value of alpha? Best wishes! Thank you!

ginobilinie commented 2 years ago

Please refer to our pytorch version code which is clearer:

https://github.com/ginobilinie/medSynthesisV1