andreped commited on
Commit
1155abd
·
unverified ·
1 Parent(s): cabb833

Improved section title style [no ci]

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -11,7 +11,7 @@ A pretrained model is made available in a command line tool and can be used as y
11
  ![sample of masked output](https://github.com/VemundFredriksen/LungTumorMask/releases/download/0.0.1/sample_images.png "Sample output of two different tumors")
12
  ![sample of 3d render](https://github.com/VemundFredriksen/LungTumorMask/releases/download/0.0.1/sample_renders.png "3D render of two masked outputs")
13
 
14
- ## Installation
15
 
16
  Software has been tested against Python `3.6-3.10`.
17
 
@@ -25,7 +25,7 @@ Or from source:
25
  pip install git+https://github.com/VemundFredriksen/LungTumorMask
26
  ```
27
 
28
- ## Usage
29
  After install, the software can be used as a command line tool. Simply specify the input and output filenames to run:
30
  ```
31
  # Format
@@ -35,7 +35,7 @@ lungtumormask input_file output_file
35
  lungtumormask patient_01.nii.gz mask_01.nii.gz
36
  ```
37
 
38
- ## Acknowledgements
39
  If you found this repository useful in your study, please, cite the following paper:
40
  ```
41
  @article{fredriksen2021teacherstudent,
 
11
  ![sample of masked output](https://github.com/VemundFredriksen/LungTumorMask/releases/download/0.0.1/sample_images.png "Sample output of two different tumors")
12
  ![sample of 3d render](https://github.com/VemundFredriksen/LungTumorMask/releases/download/0.0.1/sample_renders.png "3D render of two masked outputs")
13
 
14
+ ## [Installation](https://github.com/VemundFredriksen/LungTumorMask#installation)
15
 
16
  Software has been tested against Python `3.6-3.10`.
17
 
 
25
  pip install git+https://github.com/VemundFredriksen/LungTumorMask
26
  ```
27
 
28
+ ## [Usage](https://github.com/VemundFredriksen/LungTumorMask#usage)
29
  After install, the software can be used as a command line tool. Simply specify the input and output filenames to run:
30
  ```
31
  # Format
 
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
  ```
41
  @article{fredriksen2021teacherstudent,