File size: 556 Bytes
f0811a2
 
 
 
 
 
 
 
 
 
 
b594794
f0811a2
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
tags:
- segmentation
---

## EchoNet-Dynamic

EchoNet-Dynamic segmentation model for cardiac ultrasound segmentation.

Original paper and code: https://echonet.github.io/dynamic/

🌽 This is a `zea` implementation of the model. For the source code check [here](https://zea.readthedocs.io/en/latest/_modules/zea/models/echonet.html#EchoNetDynamic).

📚 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.