Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ livermask --input path-to-input --output path-to-output
|
|
32 |
| `--output` | the full path to the output data. Could be either output name or directory (if directory is provided as input) |
|
33 |
| `--cpu` | to disable the GPU (force computations on GPU only) |
|
34 |
| `--verbose` | to enable verbose |
|
35 |
-
|
|
36 |
|
37 |
### Using code directly:
|
38 |
If you wish to use the code directly (not as a CLI and without installing) you have to run the command:
|
|
|
32 |
| `--output` | the full path to the output data. Could be either output name or directory (if directory is provided as input) |
|
33 |
| `--cpu` | to disable the GPU (force computations on GPU only) |
|
34 |
| `--verbose` | to enable verbose |
|
35 |
+
| `--vessels` | to segment vessels |
|
36 |
|
37 |
### Using code directly:
|
38 |
If you wish to use the code directly (not as a CLI and without installing) you have to run the command:
|