A program that uses DeepLabCut to quantitatively track and compare the accuracy of various heart mechanisms. Created as part of the Biomedical Engineering Research and Innovation Team (BMERIT) at the University of Calgary by Ahmed Almousawi and Mohammad El-mougey.
If using labeled-vid.py with the parameter save_frames = True, you will need to install FFMPEG manually and insert the .exe into your venv. Get FFMPEG here!
To download the repo, you might need to enable github's longer paths. Do so with the following command:
git config --global core.longpaths true