andreped commited on
Commit
d3980a6
1 Parent(s): 1bdaa95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ livermask --input path-to-input --output path-to-output
30
  | ------------------- | ------------- |
31
  | `--input` | the full path to the input data. Could be nifti file or directory (if directory is provided as input) |
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
 
 
30
  | ------------------- | ------------- |
31
  | `--input` | the full path to the input data. Could be nifti file or directory (if directory is provided as input) |
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 CPU only) |
34
  | `--verbose` | to enable verbose |
35
  | `--vessels` | to segment vessels |
36