Retinal Vessel Segmentation
- Install Python 3.6.8 or higher
- Run python -r requirements.txt
- Run python data_split.py to generate training and testing split
- Run python pre_process.py to generate input training data
- Run python patch_generator.py to generate validation patches
- Run python train_segcaps.py to start training process (change parameters acccordingly)
- Run python test_segcaps.py to infer results (Update input image directory)