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
72 stars 24 forks source link

Could not find the usage of the Auto-Context Model in your code. #3

Closed Pro-flynn closed 3 years ago

Pro-flynn commented 6 years ago

I could not find the usage of the Auto-Context Model in your code as descrided in your paper(Medical Image Synthesis with Context-Aware Generative Adversarial Networks)? Please give some details about the ACM in your code . thanks!

ginobilinie commented 6 years ago

Hi, for auto-context model, we just need to concatenate the predicted target image with the source image, and set them together as the input to train the next GAN. I will update the source code to make it easier.