tristan-deep commited on
Commit
f0811a2
·
verified ·
1 Parent(s): 9fa2e01

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - segmentation
4
+ ---
5
+
6
+ ## EchoNet-Dynamic
7
+
8
+ EchoNet-Dynamic segmentation model for cardiac ultrasound segmentation.
9
+
10
+ Original paper and code: https://echonet.github.io/dynamic/
11
+
12
+ 🌽 This is a `zea` implementation of the model. For the source code check [here](https://github.com/tue-bmd/zea/blob/main/zea/models/echonet.py).
13
+
14
+ 📚 A tutorial on how to use this model can be found check the ["Left ventricle segmentation"](https://zea.readthedocs.io/en/latest/notebooks/models/left_ventricle_segmentation_example.html) notebook.