File size: 784 Bytes
164c094 0f00f1b 164c094 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ---
language:
- en
pipeline_tag: image-segmentation
tags:
- unet
- left-ventricle
- mri-segmentation
- cardiac
- mri
---
# Left Ventricular Ejection Fraction Calculation via MRI Segmentation
The repository contains weights for the pretrained model which can segment the left ventricle of the heart from mri scans. It has then been used to calculate the Ejection Fraction(EF), from the frames with systolic and diastolic volume of the left ventricle.
## Dataset:
Automated Cardiac Diagnosis Challenge (ACDC)
```
https://www.kaggle.com/datasets/ipythonx/automated-cardiac-diagnosis
```
## Models:
ef_model.pth : lv segmentation model
## Framework:
PyTorch
## Github repository:
```
https://github.com/yashaswi1306/Medical_Imaging_Projects/tree/main/ejection_fraction_cardiac_mri
``` |