ginobilinie / medSynthesisV1

This is a copy of package for medical image synthesis work with LRes-ResUnet and GAN (wgan-gp) in pytorch framework
MIT License
181 stars 45 forks source link

Implementation of ACM #27

Open Salamander321 opened 4 years ago

Salamander321 commented 4 years ago

Hello, I got through your both paper you have listed on read me as well as both code in tensorflow and pytorch. For Auto Context you need multiple GAN model during training but i haven't seen such type of training loop in your codes. If one have to write custom code for ACM and take this as references,can you suggest how to write training loop for ACM ? if possible can you upload your code ? I want to try to replicate your experiment on my RIRE datasets. Thank you Best Regards.

ginobilinie commented 3 years ago

Thank you for your interest in our work. For ACM, you can directly use the network, you just need to change the input channel which includes extra synthetic target modality.