Repository for evaluation tools for the SICS-155 challenge.
Website: https://medvisbonn.github.io/
To install the project, follow these steps (a Python installation is required):
-
Clone the repository:
git clone https://github.com/medvisbonn/SICS155_challenge.git cd SICS155_challenge
-
Install the required dependencies:
pip install -r requirements.txt
- Run the script:
python evaluation.py GROUND_TRUTH_PATH PREDICTION_PATH [options]
- Get more information using:
python evaluation.py --help