A Python implementaiton of Metrics Reloaded - A new recommendation framework for biomedical image analysis validation.
Create and activate a new Conda environment:
conda create -n metrics python=3.10 pip conda activate metrics
Clone the repository:
git clone https://github.com/csudre/MetricsReloaded.git cd MetricsReloaded
Install the package:
python -m pip install .
You can alternatively install the package in editable mode:
python -m pip install -e .
This is useful if you are developing MetricsReloaded and want to see changes in the code automatically applied to the installed library.