File tree Expand file tree Collapse file tree 3 files changed +38
-5
lines changed Expand file tree Collapse file tree 3 files changed +38
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,44 @@ A novel unsupervised MR-to-CT synthesis method that:
23
23
The repository offers the official implementation of our paper in PyTorch. The next reflects some results of using ** MaskGAN** in different benchmarks.
24
24
25
25
26
- | Data | Sample | MAE | SSIM | PSNR | Weights |
27
- | ------| --------| ---------| ---------| ---------| --------|
28
- | Unpaired Pediatric brain MRI/CT images (Private dataset) | <img src =" /imgs/pediatric_mri_sample.png " width =" 100 " > <img src =" imgs/pediatric_ct_sample.png " width =" 100 " > | 60.76 | 83.23 | 23.95 | [ Download] ( https://drive.google.com/file/d/15e1pS2V2DDdQQqIdEdD7cpZstyQuSG_i/view?usp=drive_link ) |
29
- | Unpaired Adult brain MRI/CT images. Original dataset are paired ([ Link] ( https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8446124/ ) ) | <img src =" imgs/adult_mri_sample.png " width =" 100 " > <img src =" imgs/adult_ct_sample.png " width =" 100 " > | 44.30 | 87.10 | 22.56 | [ Download] ( https://drive.google.com/file/d/1FUTEDrw8G92zgc0rRZ4TRxHFgkkPhk7R/view?usp=drive_link ) |
30
- | Unpaired Adult abdominal MRI/CT images ([ Link] ( https://chaos.grand-challenge.org/Download/ ) ) | <img src =" imgs/abdominal_mri_sample.png " width =" 100 " style =" transform : rotate (270deg );" > <img src =" imgs/abdominal_ct_sample.png " width =" 100 " style =" transform : rotate (270deg );" > | - | - | - | [ Download] ( https://drive.google.com/file/d/1pa3vsPohB6_aCmGoHe_1V851yZHg_1Ae/view?usp=drive_link ) |
26
+ <table >
27
+ <thead>
28
+ <tr>
29
+ <th style="width: 200px;">Data</th>
30
+ <th>Sample</th>
31
+ <th>MAE</th>
32
+ <th>SSIM</th>
33
+ <th>PSNR</th>
34
+ <th>Weights</th>
35
+ </tr>
36
+ </thead>
37
+ <tbody>
38
+ <tr>
39
+ <td>Unpaired Pediatric brain MRI/CT images (Private dataset)</td>
40
+ <td><img src="imgs/pediatric_mri_sample.png" width="100"> <img src="imgs/pediatric_ct_sample.png" width="100"></td>
41
+ <td>60.76</td>
42
+ <td>83.23</td>
43
+ <td>23.95</td>
44
+ <td><a href="https://drive.google.com/file/d/15e1pS2V2DDdQQqIdEdD7cpZstyQuSG_i/view?usp=drive_link">Download</a></td>
45
+ </tr>
46
+ <tr>
47
+ <td>Unpaired Adult brain MRI/CT images. Original dataset are paired (<a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8446124/">Link</a>)</td>
48
+ <td><img src="imgs/adult_mri_sample.png" width="100"> <img src="imgs/adult_ct_sample.png" width="100"></td>
49
+ <td>44.30</td>
50
+ <td>87.10</td>
51
+ <td>22.56</td>
52
+ <td><a href="https://drive.google.com/file/d/1FUTEDrw8G92zgc0rRZ4TRxHFgkkPhk7R/view?usp=drive_link">Download</a></td>
53
+ </tr>
54
+ <tr>
55
+ <td>Unpaired Adult abdominal MRI/CT images (<a href="https://chaos.grand-challenge.org/Download/">Link</a>)</td>
56
+ <td><img src="imgs/abdominal_mri_sample.png" width="100" style="transform: rotate(270deg);"> <img src="imgs/abdominal_ct_sample.png" width="100" style="transform: rotate(270deg);"></td>
57
+ <td>-</td>
58
+ <td>-</td>
59
+ <td>-</td>
60
+ <td><a href="https://drive.google.com/file/d/1pa3vsPohB6_aCmGoHe_1V851yZHg_1Ae/view?usp=drive_link">Download</a></td>
61
+ </tr>
62
+ </tbody>
63
+ </table >
31
64
32
65
33
66
You can’t perform that action at this time.
0 commit comments