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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,14 +47,15 @@ Macrobot software was build and successfully tested on Windows operation system
47
47
# Usage
48
48
49
49
1. Create a folder for the result. We will create a new folder on the desktop called mb_results.
50
-
2. Open the Ananconda prompt and activate your macrobot enviroment if you are not already there.<br/>`conda activate macrobot`<br/>
50
+
2. Open the Ananconda prompt and activate your macrobot environment if you are not already there.<br/>`conda activate macrobot`<br/>
51
51
3. Macrobot is a command line program which requires the following arguments:
52
52
* source path (-s) - the path with the images coming from the Macrobot hardware system
53
53
* destination path (-d) - the path to store the results
54
54
* pathogen (-p) - which pathogen to predict ("mildew" or "rust")
55
-
4. For a test case we will use a test image set which will be autmatically downloaded by the start of the software.
55
+
4. For a test case we will use a test image set which will be automatically downloaded by the start of the software.
56
56
To tell the software to use the test images, we will enter "test_images" for the source path -s argument
57
-
5. Start the sofwtare with the following comand (adapt the destination path):<br/>`mb -s test_images -d C:\Users\name\Desktop\mb_results\ -p mildew`<br/>
57
+
5. Start the software with the following command for mildew (adapt the destination path):<br/>`mb -s test_images -d C:\Users\name\Desktop\mb_results\ -p mildew`<br/> or rust
0 commit comments