gillesvdv commited on
Commit
1d247a2
·
verified ·
1 Parent(s): a54ded9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -2,10 +2,12 @@
2
  license: mit
3
  ---
4
 
 
 
 
 
5
  This model is trained on the CAMUS dataset: S. Leclerc, E. Smistad, J. Pedrosa, A. Ostvik, et al. "Deep Learning for Segmentation using an Open Large-Scale Dataset in 2D Echocardiography" in IEEE Transactions on Medical Imaging, vol. 38, no. 9, pp. 2198-2210, Sept. 2019. doi: 10.1109/TMI.2019.2900516
6
 
7
  This model uses the nnU-Net architecture: Isensee, F., Jaeger, P.F., Kohl, S.A.A. et al. nnU-Net: a self-configuring method for deep learning-based biomedical image segmentation. Nat Methods 18, 203–211 (2021). https://doi.org/10.1038/s41592-020-01008-z
8
 
9
- This model is part of the following work. You must cite this paper for any use of the model: G.Van De Vyver, S. Thomas, G. Ben-Yosef, S. H. Olaisen, H. Dalen, L. Løvstakken, and E. Smistad: “Towards Robust Cardiac Segmentation using Graph Convolutional Networks” in arXiv preprint arXiv:2310.01210, 2023, https://github.com/gillesvntnu/GCN_multistructure.git
10
-
11
- The model is the .onnx version of the nnU-Net model as described in the work mentioned above. It is trained and validated using the official train and validation splits provided by the public CAMUS dataset.
 
2
  license: mit
3
  ---
4
 
5
+ If you use this model, you should cite the following work: Van De Vyver, Gilles, et al. "Regional quality estimation for echocardiography using deep learning." arXiv preprint arXiv:2408.00591 (2024). https://arxiv.org/abs/2408.00591
6
+
7
+ nnU-Net model for cardiac segmentatoin on apical two and four chamber views, trained on the CAMUS dataset. See https://github.com/GillesVanDeVyver/arqee for usage.
8
+
9
  This model is trained on the CAMUS dataset: S. Leclerc, E. Smistad, J. Pedrosa, A. Ostvik, et al. "Deep Learning for Segmentation using an Open Large-Scale Dataset in 2D Echocardiography" in IEEE Transactions on Medical Imaging, vol. 38, no. 9, pp. 2198-2210, Sept. 2019. doi: 10.1109/TMI.2019.2900516
10
 
11
  This model uses the nnU-Net architecture: Isensee, F., Jaeger, P.F., Kohl, S.A.A. et al. nnU-Net: a self-configuring method for deep learning-based biomedical image segmentation. Nat Methods 18, 203–211 (2021). https://doi.org/10.1038/s41592-020-01008-z
12
 
13
+ The model is the .onnx version of the nnU-Net model as described in the first work mentioned above. It is trained and validated using the official train and validation splits provided by the public CAMUS dataset.