Jiaoma / cast-coursework

Computer-assisted Surgery and Therapy coursework

Home Page:http://www.ucl.ac.uk/medphys/prospective-students/modules/mphygb07

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Computer-assisted Surgery and Therapy coursework

http://www.ucl.ac.uk/medphys/prospective-students/modules/mphygb07

License:MIT License


Languages

Language:TeX 79.1%Language:Python 20.9%