Update README.md
Browse files
README.md
CHANGED
|
@@ -70,3 +70,20 @@ axs[1].imshow(pred_mask, cmap="gray")
|
|
| 70 |
axs[1].set_title("Predicted Mask")
|
| 71 |
axs[1].axis("off")
|
| 72 |
plt.show()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
axs[1].set_title("Predicted Mask")
|
| 71 |
axs[1].axis("off")
|
| 72 |
plt.show()
|
| 73 |
+
```
|
| 74 |
+
|
| 75 |
+
---
|
| 76 |
+
|
| 77 |
+
## 📖 Citation
|
| 78 |
+
|
| 79 |
+
If you find this work useful, please consider citing it:
|
| 80 |
+
```bibtex
|
| 81 |
+
@misc{challier2025cmunetselfsupervisedlearningbasedmodel,
|
| 82 |
+
title={CM-UNet: A Self-Supervised Learning-Based Model for Coronary Artery Segmentation in X-Ray Angiography},
|
| 83 |
+
author={Camille Challier and Xiaowu Sun and Thabo Mahendiran and Ortal Senouf and Bernard De Bruyne and Denise Auberson and Olivier Müller and Stephane Fournier and Pascal Frossard and Emmanuel Abbé and Dorina Thanou},
|
| 84 |
+
year={2025},
|
| 85 |
+
eprint={2507.17779},
|
| 86 |
+
archivePrefix={arXiv},
|
| 87 |
+
primaryClass={q-bio.QM},
|
| 88 |
+
url={https://arxiv.org/abs/2507.17779},
|
| 89 |
+
}
|