Skip to content

Commit 768241d

Browse files
Update README.md
adding screenshots
1 parent 8b2ea13 commit 768241d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ Features:
2323
* predict images using a trained ResNet34 model
2424

2525
### manualSegmentation.py
26+
Use this script for manual label creation.
27+
![Image of manualSegmentation.py after loading an image and tracing.](https://github.com/kerimyalcin95/deep-learning-segmentation/edit/main/screenshots/manualSegmentation.jpg "Screenshot of manualSegmentation.py in action")
2628
### semanticSegmentation.py
29+
Use this script for creating and training a ResNet34 model. Predict images using the trained model.
30+
![Image of semanticSegmentation.py after predicting an image using a trained model](https://github.com/kerimyalcin95/deep-learning-segmentation/edit/main/screenshots/semanticSegmentation.jpg "Screenshot of semanticSegmentation.py in action")
2731
## Installation
2832
The application can either be started by using the executable or directly by running the scripts after installing Python and the required packages.
2933
### Installing the Executable

0 commit comments

Comments
 (0)