Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
-
# MRGen: Segmentation Data Engine for Underrepresented MRI Modalities
|
| 6 |
This repository contains the pre-trained checkpoints of MRGen: https://arxiv.org/abs/2412.04106/.
|
| 7 |
|
| 8 |
## Some Information
|
|
@@ -27,17 +27,17 @@ Please refer to [MRGen](https://huggingface.co/haoningwu/MRGen) to download our
|
|
| 27 |
| PROMISE12_T2 | MSD-Prostate_ADC | [PROMISE12_T2_to_MSDProstate_ADC](https://huggingface.co/haoningwu/MRGen/tree/main/controlnet_model_zoo/controlnet_PROMISE12_T2_to_MSDProstate_ADC) |
|
| 28 |
|
| 29 |
### Segmentation Model Checkpoints
|
| 30 |
-
|
| 31 |
|
| 32 |
## Citation
|
| 33 |
If you use this code and data for your research or project, please cite:
|
| 34 |
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
|
| 42 |
## Contact
|
| 43 |
If you have any questions, please feel free to contact haoningwu3639@gmail.com or Zhao_Ziheng@sjtu.edu.cn.
|
|
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
+
# MRGen: Segmentation Data Engine for Underrepresented MRI Modalities (ICCV 2025)
|
| 6 |
This repository contains the pre-trained checkpoints of MRGen: https://arxiv.org/abs/2412.04106/.
|
| 7 |
|
| 8 |
## Some Information
|
|
|
|
| 27 |
| PROMISE12_T2 | MSD-Prostate_ADC | [PROMISE12_T2_to_MSDProstate_ADC](https://huggingface.co/haoningwu/MRGen/tree/main/controlnet_model_zoo/controlnet_PROMISE12_T2_to_MSDProstate_ADC) |
|
| 28 |
|
| 29 |
### Segmentation Model Checkpoints
|
| 30 |
+
Please check them out [here](https://huggingface.co/haoningwu/MRGen/tree/main/nnUNet_segmentation_model_zoo/CHAOS-MRI_T1_to_CHAOS-MRI_T2/nnUNetTrainer__nnUNetPlans__2d).
|
| 31 |
|
| 32 |
## Citation
|
| 33 |
If you use this code and data for your research or project, please cite:
|
| 34 |
|
| 35 |
+
@inproceedings{wu2025mrgen,
|
| 36 |
+
author = {Wu, Haoning and Zhao, Ziheng and Zhang, Ya and Wang, Yanfeng and Xie, Weidi},
|
| 37 |
+
title = {MRGen: Segmentation Data Engine for Underrepresented MRI Modalities},
|
| 38 |
+
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)}
|
| 39 |
+
year = {2025},
|
| 40 |
+
}
|
| 41 |
|
| 42 |
## Contact
|
| 43 |
If you have any questions, please feel free to contact haoningwu3639@gmail.com or Zhao_Ziheng@sjtu.edu.cn.
|