Create README.md
Browse files
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.
|