haoningwu commited on
Commit
6837773
·
verified ·
1 Parent(s): 8c09d31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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
- To be updated soon...
31
 
32
  ## Citation
33
  If you use this code and data for your research or project, please cite:
34
 
35
- @misc{wu2024mrgen,
36
- author = {Wu, Haoning and Zhao, Ziheng and Zhang, Ya and Xie, Weidi and Wang, Yanfeng},
37
- title = {MRGen: Segmentation Data Engine for Underrepresented MRI Modalities},
38
- journal = {arXiv preprint arXiv:2412.04106},
39
- year = {2024},
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.