Spaces:
Sleeping
Sleeping
Docs: added custom arguments example in README [no ci]
Browse files
README.md
CHANGED
@@ -33,8 +33,14 @@ lungtumormask input_file output_file
|
|
33 |
|
34 |
# Example
|
35 |
lungtumormask patient_01.nii.gz mask_01.nii.gz
|
|
|
|
|
|
|
36 |
```
|
37 |
|
|
|
|
|
|
|
38 |
## [Citation](https://github.com/VemundFredriksen/LungTumorMask#citation)
|
39 |
If you found this repository useful in your study, please, cite the following paper:
|
40 |
```
|
|
|
33 |
|
34 |
# Example
|
35 |
lungtumormask patient_01.nii.gz mask_01.nii.gz
|
36 |
+
|
37 |
+
# Custom arguments
|
38 |
+
lungtumormask patient_01.nii.gz mask_01.nii.gz --lung-filter --threshold 0.3 --radius 3
|
39 |
```
|
40 |
|
41 |
+
In the last example, we filter tumor candidates outside the lungs, use a lower probability threshold to boost recall, and use a morphological smoothing step
|
42 |
+
to fill holes inside segmentations using a disk kernel of radius 3.
|
43 |
+
|
44 |
## [Citation](https://github.com/VemundFredriksen/LungTumorMask#citation)
|
45 |
If you found this repository useful in your study, please, cite the following paper:
|
46 |
```
|