Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
4 |
+
|
5 |
+
This model is trained on the CAMUS dataset: S. Leclerc, E. Smistad, J. Pedrosa, A. Ostvik, et al.
|
6 |
+
"Deep Learning for Segmentation using an Open Large-Scale Dataset in 2D Echocardiography"
|
7 |
+
in IEEE Transactions on Medical Imaging,
|
8 |
+
vol. 38, no. 9, pp. 2198-2210, Sept. 2019.
|
9 |
+
|
10 |
+
doi: 10.1109/TMI.2019.2900516
|
11 |
+
|
12 |
+
This model is part of the following work. You must cite this paper for any use of the model:
|
13 |
+
G.Van De Vyver, S. Thomas, G. Ben-Yosef, S. H. Olaisen, H. Dalen, L. Løvstakken, and E. Smistad:
|
14 |
+
“Towards Robust Cardiac Segmentation using Graph Convolutional Networks” in arXiv preprint arXiv:2310.01210, 2023, https://github.com/gillesvntnu/GCN_multistructure.git
|
15 |
+
|
16 |
+
The model is the .pth version of the "GCN with displacement method" described in the work mentioned above.
|
17 |
+
It is trained on the first split of the CAMUS dataset.
|
18 |
+
Information on the splits of the CAMUS dataset can be found at:
|
19 |
+
https://github.com/gillesvntnu/GCN_multistructure/tree/main/files/listSubGroups
|
20 |
+
The model can be directly used in the framework provided at https://github.com/gillesvntnu/GCN_multistructure.git
|
21 |
+
|
22 |
+
For the corresponding version in .onnx format, see https://huggingface.co/gillesvdv/GCN_camus_cv1
|