#!/bin/bash

# Download Kidney Tumor Segmentation Challenge 2019 data set
git clone -b interpolated --single-branch https://github.com/neheller/kits19

# Install MIScnn python library with pip
pip install miscnn

# Run a 3-fold Cross-Validation with MIScnn on the kits19 data set
python run_validation.py
