You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,11 @@ Features:
23
23
* predict images using a trained ResNet34 model
24
24
25
25
### manualSegmentation.py
26
+
Use this script for manual label creation.
27
+

26
28
### semanticSegmentation.py
29
+
Use this script for creating and training a ResNet34 model. Predict images using the trained model.
30
+

27
31
## Installation
28
32
The application can either be started by using the executable or directly by running the scripts after installing Python and the required packages.
0 commit comments