Skip to content

Commit 1f2e86a

Browse files
Update README.md
1 parent 794cc1f commit 1f2e86a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* [manualSegmentation.py](#manualsegmentationpy)
55
* [semanticSegmentation.py](#semanticsegmentationpy)
66
* **[Installation](#installation)**
7-
* [Installing the Executable](#installing-the-executable)
7+
* [Installing the Executables](#installing-the-executables)
88
* [Installing Python](#installing-python)
99
* [Installing required packages](#installing-required-packages)
1010
* **[Manual](#manual)**
@@ -32,7 +32,7 @@ Use this script for creating and training a ResNet34 model. After that, predict
3232
![Image of semanticSegmentation.py after predicting an image using a trained model](https://github.com/kerimyalcin95/deep-learning-segmentation/raw/main/screenshots/semanticSegmentation01.jpg "Screenshot of semanticSegmentation.py in action")
3333
## Installation
3434
The application can either be started using the executable or directly by running the scripts after installing Python and the required packages.
35-
### Installing the Executable
35+
### Installing the Executables
3636
The executables are created using [auto-py-to-exe](https://pypi.org/project/auto-py-to-exe/) by Brent Vollebregt and can be downloaded [here](https://github.com/kerimyalcin95/deep-learning-segmentation/releases) under *Assets*.
3737

3838
Steps:

0 commit comments

Comments
 (0)