Spaces:
Running
Running
Refactoring
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Automatic lung tumor segmentation in CT
|
2 |
This is the official repository for the paper [_"Teacher-Student Architecture for Mixed Supervised Lung Tumor Segmentation"_](https://arxiv.org/abs/2112.11541), submitted to PLOS ONE.
|
3 |
|
4 |
-
A pretrained model is made available and can be used as you please. However, the current model is not intended for clinical use. The model is
|
5 |
|
6 |

|
7 |

|
@@ -15,7 +15,7 @@ pip install git+https://github.com/VemundFredriksen/LungTumorMask
|
|
15 |
```
|
16 |
|
17 |
## Usage
|
18 |
-
|
19 |
```
|
20 |
# Format
|
21 |
lungtumormask input_file output_file
|
|
|
1 |
# Automatic lung tumor segmentation in CT
|
2 |
This is the official repository for the paper [_"Teacher-Student Architecture for Mixed Supervised Lung Tumor Segmentation"_](https://arxiv.org/abs/2112.11541), submitted to PLOS ONE.
|
3 |
|
4 |
+
A pretrained model is made available in a command line tool and can be used as you please. However, the current model is not intended for clinical use. The model is the result of a proof-of-concept study. An improved model will be made available in the future, when more training data is made available.
|
5 |
|
6 |

|
7 |

|
|
|
15 |
```
|
16 |
|
17 |
## Usage
|
18 |
+
After install, the software can be used as a command line tool. Simply specify the input and output filenames to run:
|
19 |
```
|
20 |
# Format
|
21 |
lungtumormask input_file output_file
|