zea.models.echonet¶
Echonet-Dynamic segmentation model for cardiac ultrasound segmentation. Link below does not work it seems, this is slightly different but does have some info: https://github.com/bryanhe/dynamic
Classes
|
EchoNet-Dynamic segmentation model for cardiac ultrasound segmentation. |
- class zea.models.echonet.EchoNetDynamic(*args, **kwargs)[source]¶
Bases:
BaseModel
EchoNet-Dynamic segmentation model for cardiac ultrasound segmentation.
Original paper and code: https://echonet.github.io/dynamic/
This class extracts useful parts of the original code and wraps it in a easy to use class.
Preprocessing should normalize the input images with mean and standard deviation.