andreped commited on
Commit
5167026
1 Parent(s): b92c569

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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: