andreped commited on
Commit
ec5c924
1 Parent(s): 41378f6

Added --cpu to README [no ci]

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -40,11 +40,11 @@ lungtumormask input_file output_file
40
  lungtumormask patient_01.nii.gz mask_01.nii.gz
41
 
42
  # Custom arguments
43
- lungtumormask patient_01.nii.gz mask_01.nii.gz --lung-filter --threshold 0.3 --radius 3 --batch-size 8
44
  ```
45
 
46
- 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
47
- to fill holes inside segmentations using a disk kernel of radius 3.
48
 
49
  ## [Applications](https://github.com/VemundFredriksen/LungTumorMask#applications)
50
  * The software has been successfully integrated into the open platform [Fraxinus](https://github.com/SINTEFMedtek/Fraxinus).
 
40
  lungtumormask patient_01.nii.gz mask_01.nii.gz
41
 
42
  # Custom arguments
43
+ lungtumormask patient_01.nii.gz mask_01.nii.gz --lung-filter --threshold 0.3 --radius 3 --batch-size 8 --cpu
44
  ```
45
 
46
+ In the last example, we filter tumor candidates outside the lungs, use a lower probability threshold to boost recall, use a morphological smoothing step
47
+ to fill holes inside segmentations using a disk kernel of radius 3, and `--cpu` to disable the GPU during computation.
48
 
49
  ## [Applications](https://github.com/VemundFredriksen/LungTumorMask#applications)
50
  * The software has been successfully integrated into the open platform [Fraxinus](https://github.com/SINTEFMedtek/Fraxinus).