An open API service indexing awesome lists of open source software.

https://github.com/anras5/bloodvessels

Detecting Retinal Blood Vessels with Deep Learning
https://github.com/anras5/bloodvessels

deep-learning image-processing opencv python pytorch

Last synced: 2 months ago
JSON representation

Detecting Retinal Blood Vessels with Deep Learning

Awesome Lists containing this project

README

        

# Retinal blood vessels segmentation

Detection of retinal blood vessels using classical methods (edge detection using filters) and deep neural network methods (UNet).

## Web application

Windows-64

1. Download current UNet release from [Releases](https://github.com/anras5/BloodVessels/releases).
2. Place downloaded `.pth` file in `models` folder.
3. Execute commands:
```commandline
conda create --name --file .\requirements.txt
conda activate
python main.py
```

Web application allows the user to upload their own images and see the results.

![img.png](readme-images/main_page.png)

![results.png](readme-images/results.png)

## Jupyter Notebook

All core functionalities of the project are located in the `notebooks` folder.

## Built with

- Python 3.9
- PyTorch
- OpenCV
- Flask

## Contact

[email protected]