Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
---
|
4 |
+
This model is trained on the CAMUS dataset:
|
5 |
+
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, vol. 38, no. 9, pp. 2198-2210, Sept. 2019.
|
8 |
+
doi: 10.1109/TMI.2019.2900516
|
9 |
+
|
10 |
+
The model is the .onnx version of the U-Net1 model as described in the work mentioned above.
|
11 |
+
It is trained on the first split of the CAMUS dataset.
|
12 |
+
|
13 |
+
The model can be directly used in the framework provided at
|
14 |
+
https://github.com/gillesvntnu/GCN_UNET_agreement_demo.git
|
15 |
+
Unlike the nnU-Net model, the U-Net 1 model requires the input to be scaled to [0,1]
|
16 |
+
|
17 |
+
|
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 |
+
|
21 |
+
For the corresponding version in .pb format, see https://huggingface.co/gillesvdv/unet1_camus_cv1
|