ChengBinJin / SpineC2M

This repository includes Spine data based CT to MR image synthesis
39 stars 10 forks source link

The code corresponding to the article #1

Closed takerujason closed 4 years ago

takerujason commented 5 years ago

Dear @ChengBinJin ,

This work is excellent. The review section of this article is instructive.

There is an issue about the directory hierarchy. The directory of code includes cyclegan, mrgan, mrganPlus and pix2pix. Which codes respectively correspond to articles "multi-channel GAN", "deep MR-to-CT" and "MR-GAN"?

Looking forward to your answer. Thank you!

ChengBinJin commented 5 years ago

Dear @JCFu

Thank you for your affirmation. From the implementation aspect, we use the names of the GAN model to simplify their methods.

For more detailed information, you can refer to Table 2 of our paper.

In addition, the work "DCNN" in the table was also included in our current implementation. You can find this project in the following link: https://github.com/ChengBinJin/MRI-to-CT-DCNN-TensorFlow

takerujason commented 5 years ago

@ChengBinJin Thank you so much for the detailed description!