Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Aug 10, 2021
1 parent 711ca66 commit 9e1332b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
[![GitHub Downloads](https://img.shields.io/github/downloads/SINTEFMedtek/GSI-RADS/total?label=GitHub%20downloads&logo=github)](https://github.com/SINTEFMedtek/GSI-RADS/releases)
[![Paper](https://zenodo.org/badge/DOI/10.1038/s41598-017-17204-5.svg)](https://doi.org/10.3390/cancers13122854)

![GSI-RADS](images/GSI-RADS_illustration.png)

Expand Down Expand Up @@ -54,7 +55,6 @@ On **Windows** and **Ubuntu Linux** the software may be slow to start as it need
* The cortical structures mask in original patient space for the different atlases used.
* The input volume and tumor segmentation mask in MNI space in the sub-directory named \'registration\'.


### 2.3 Computed features
The following features are automatically computed and reported to the user:
- **Multifocality**: whether the tumor is multifocal or not, the total number of foci, and the largest minimum distance between two foci.
Expand All @@ -79,7 +79,6 @@ Then, to download the trained models locally, run the following:
> python setup.py
> deactivate

### 3.2 Usage
The command line input parameters are:
* -g [--use_gui]: Must be set to 0 to disable the gui, otherwise 1.
Expand All @@ -88,7 +87,6 @@ The command line input parameters are:
* -o [--output_folder]: Main destination directory. A unique timestamped folder will be created inside for each run.
* -d [--gpu_id]: Number of the GPU to use for the segmentation task. Set the value to -1 to run on CPU.


To run directly from command line, without the use of the GUI, run the following:
> source venv/bin/activate
> python main.py -g 0 -i /path/to/volume/T1.nii.gz -o /path/to/output/ -d 0
Expand Down

0 comments on commit 9e1332b

Please sign in to comment.