andreped commited on
Commit
a8a8c1f
1 Parent(s): fdb26eb

Docs: README fixes (#20)

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -38,14 +38,14 @@ lungtumormask input_file output_file
38
  lungtumormask patient_01.nii.gz mask_01.nii.gz
39
 
40
  # Custom arguments
41
- lungtumormask patient_01.nii.gz mask_01.nii.gz --lung-filter --threshold 0.3 --radius 3
42
  ```
43
 
44
  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
45
  to fill holes inside segmentations using a disk kernel of radius 3.
46
 
47
  ## [Applications](https://github.com/VemundFredriksen/LungTumorMask#applications)
48
- * The software has been successfully integrated into the open platform [Fraxinus](https://github.com/SINTEFMedtek/Fraxinus)
49
 
50
  ## [Citation](https://github.com/VemundFredriksen/LungTumorMask#citation)
51
  If you found this repository useful in your study, please, cite the following paper:
 
38
  lungtumormask patient_01.nii.gz mask_01.nii.gz
39
 
40
  # Custom arguments
41
+ lungtumormask patient_01.nii.gz mask_01.nii.gz --lung-filter --threshold 0.3 --radius 3 --batch-size 8
42
  ```
43
 
44
  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
45
  to fill holes inside segmentations using a disk kernel of radius 3.
46
 
47
  ## [Applications](https://github.com/VemundFredriksen/LungTumorMask#applications)
48
+ * The software has been successfully integrated into the open platform [Fraxinus](https://github.com/SINTEFMedtek/Fraxinus).
49
 
50
  ## [Citation](https://github.com/VemundFredriksen/LungTumorMask#citation)
51
  If you found this repository useful in your study, please, cite the following paper: