Merge branch 'master' of https://github.com/andreped/livermask into master
Browse files
README.md
CHANGED
@@ -27,6 +27,13 @@ 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 |
## DICOM/NIfTI format
|
32 |
Pipeline assumes input is in the NIfTI format, and output a binary volume in the same format (.nii).
|
|
|
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:
|
34 |
+
```
|
35 |
+
python -m livermask.livermask --input path-to-input --output path-to-output
|
36 |
+
```
|
37 |
|
38 |
## DICOM/NIfTI format
|
39 |
Pipeline assumes input is in the NIfTI format, and output a binary volume in the same format (.nii).
|