This project focuses on estimating the Ejection Fraction (EF) from Cardiac MRI images using 3D U-Net and MONAI.
3D/: Contains 3D models or related data.Plots/: Includes visualization files for data analysis.dataset/: Directory for dataset files used in training and evaluation.tb_logs/: Stores TensorBoard logs for monitoring training performance.preview.ipynb: Jupyter Notebook for previewing data or model outputs.requirements.txt: Lists all Python dependencies required to run the project.run.py: Main script to execute the training or evaluation pipeline.testing.ipynb: Jupyter Notebook for testing and validating the model.
To set up the project environment, follow these steps:
- Clone the repository:
git clone https://github.com/Fosii/cmr-lvef-estimation.git
- Navigate to the project directory:
cd cmr-lvef-estimation - Install the required dependencies:
pip install -r requirements.txt
- Running the main script: Execute the
run.pyscript to start the training or evaluation process:python run.py
- Visualizing results: Use the Jupyter Notebooks
preview.ipynbandtesting.ipynbto visualize data samples and evaluate model performance.
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
This project is licensed under the MIT License.
Please ensure to update the sections such as **Project Structure**, **Installation**, **Usage**, **Contributing**, and **License** with specific details relevant to your project. If you have additional information or features you'd like to highlight, feel free to expand upon this template.
::contentReference[oaicite:0]{index=0}