Skip to content

Commit 2ec37ca

Browse files
authored
Update README.md
Fix CLI argument typo
1 parent f18a572 commit 2ec37ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For evaluation, put all your test measurments in a folder and set it path as an
102102
```bash
103103
mkdir myoutput
104104
cd MultiNet
105-
python3 MultiNet.py --input testdatadir --outputfolder ../myoutput --mode test
105+
python3 MultiNet.py --datasetdirectory testdatadir --outputfolder ../myoutput --mode test
106106
```
107107
108108
The results will be saved output in `myoutput`.

0 commit comments

Comments
 (0)