/cast-coursework

Computer-assisted Surgery and Therapy coursework

Primary LanguageTeXMIT LicenseMIT

Coursework for MPHYGB07

MPHYGB07 is the Computer-assisted Surgery and Therapy course at University College London, whose lecturer is Dr. Tom Vercauteren.

The coursework consists on an analysis of the Deep Retinal Image Understanding (DRIU) paper and a hands-on section. This repository includes the LaTeX code of the report and the Python code written to run the experiments on the DRIVE dataset and generate the corresponding figures.

Segmentation results

Installation

# Optionally create a conda environment...
conda create -n cast python=3
# ...and activate it
source activate cast

# Download and install everything
pip install -e git+https://github.com/fepegar/cast-coursework.git#egg=cast