-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from anras5/feature/description
Feature/description
- Loading branch information
Showing
10 changed files
with
216 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,39 @@ | ||
# Blood vessels | ||
# Retinal blood vessels segmentation | ||
|
||
## How to run | ||
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 <env> --file .\requirements.txt | ||
``` | ||
conda activate <env> | ||
python main.py | ||
``` | ||
|
||
## Jupyter Notebook | ||
|
||
All core functionalities of the project are located in the `notebooks` folder. | ||
|
||
## Built with | ||
|
||
- Python 3.9 | ||
- PyTorch | ||
- OpenCV | ||
- Flask | ||
|
||
## Web application | ||
|
||
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) | ||
|
||
## Contact | ||
|
||
[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.