Skip to content
Snippets Groups Projects
Commit da0dbc1f authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

BUG: wrong model in classification solution

parent 3c1b9a88
No related branches found
No related tags found
No related merge requests found
......@@ -613,7 +613,7 @@ Then, classification:
#+BEGIN_EXAMPLE
$ otbcli_ImageClassifier -in $DATA/images/all.vrt \
-out classif_all.tif uint8 \
-model model.rf
-model model_all.rf
#+END_EXAMPLE
Next, regularisation:
......
......@@ -631,7 +631,7 @@ Ensuite, la classification :
#+BEGIN_EXAMPLE
$ otbcli_ImageClassifier -in $DATA/images/all.vrt \
-out classif_all.tif uint8 \
-model model.rf
-model model_all.rf
#+END_EXAMPLE
Puis la régularisation :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment