Update README.md
Browse files
README.md
CHANGED
@@ -15,3 +15,9 @@ in arXiv preprint arXiv:2310.01210, 2023, https://github.com/gillesvntnu/GCN_mul
|
|
15 |
The model is the .onnx version of the "GCN with displacement method" described in the work mentioned above.
|
16 |
It is trained on the first split of the CAMUS dataset. Information on the splits of the CAMUS dataset can
|
17 |
be found at: https://github.com/gillesvntnu/GCN_multistructure/tree/main/files/listSubGroups
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
The model is the .onnx version of the "GCN with displacement method" described in the work mentioned above.
|
16 |
It is trained on the first split of the CAMUS dataset. Information on the splits of the CAMUS dataset can
|
17 |
be found at: https://github.com/gillesvntnu/GCN_multistructure/tree/main/files/listSubGroups
|
18 |
+
|
19 |
+
The model can be directly used in the framework provided at
|
20 |
+
https://github.com/gillesvntnu/GCN_UNET_agreement_demo.git
|
21 |
+
|
22 |
+
For the corresponding version in .pth format, see
|
23 |
+
https://huggingface.co/gillesvdv/GCN_with_displacement_camus_cv1
|