This is the Python Implementation of this paper:
A Hierarchical Image Matting Model for Blood Vessel Segmentation in Fundus Images
The master code comprising of all the submodules is contained in the Image Matting Notebook.
You can start executing the code by installing the requirements from requirements.txt by running this command.
pip install -r requirement.txt
The code is still under modifications, so feel free to suggest any changes.