Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Perfusion Quantification GUI — Setup This is a GUI-based platform to perform myocardial perfusion quantification. It automatically select frames, reads basic parameters (HR, FR) from the video, automatically performs segmentation and uses curve-fitting to calculate the perfusion parameters. Please reference this paper if you use the GUI: https://arxiv.org/abs/2606.06725 # Install instructions: ## MAC: >> conda env create -f environment.yml >> pip install torch torchvision >> brew install tesseract >> ./run_mac.sh ## Linux >> conda env create -f environment.yml >> install your own torch and torchvision >> sudo apt install tesseract-ocr >> ./run_linux.sh ## Windows >> conda env create -f environment.yml >> install your own torch and torchvision >> Download tesseract from https://github.com/UB-Mannheim/tesseract/wiki >> ./run_windows.bat