Skip to content
Snippets Groups Projects
Commit 158252be authored by Yoann Schneider's avatar Yoann Schneider :tennis: Committed by Mélodie Boillet
Browse files

Document batch prediction arg

parent deab8965
No related branches found
No related tags found
1 merge request!218Document batch prediction arg
......@@ -23,6 +23,7 @@ Use the `teklia-dan predict` command to apply a trained DAN model on an image.
| `--line-separators` | List of line separators. | `list` | `["\n"]` |
| `--threshold-method` | Method to use for attention mask thresholding. Should be in `["otsu", "simple"]`. | `str` | `"otsu"` |
| `--threshold-value ` | Threshold to use for the "simple" thresholding method. | `int` | `0` |
| `--batch-size ` | Size of the batches for prediction. | `int` | `1` |
## Examples
......
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