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