Update README.md
Browse files
README.md
CHANGED
@@ -20,13 +20,11 @@ This is how `inputs_data` organizes
|
|
20 |
βββ case00001.nii.gz
|
21 |
βββ case00002.nii.gz
|
22 |
βββ case00003.nii.gz
|
23 |
-
βββ case000xx.nii.gz
|
24 |
βββ ...
|
25 |
-
βββ case10000.nii.gz
|
26 |
```
|
27 |
|
28 |
### 3-Inference
|
29 |
-
You can directly perform inference on your own data. Simply modify inputs_data
|
30 |
```
|
31 |
SINGULARITYENV_CUDA_VISIBLE_DEVICES=0 singularity run --nv -B $inputs_data:/workspace/inputs -B $outputs_data:/workspace/outputs difftumor_final.sif
|
32 |
```
|
@@ -45,4 +43,6 @@ This is how `outputs_data` organizes
|
|
45 |
βββ liver_tumor.nii.gz
|
46 |
βββ pancreas_tumor.nii.gz
|
47 |
βββ kidney_tumor.nii.gz
|
|
|
|
|
48 |
```
|
|
|
20 |
βββ case00001.nii.gz
|
21 |
βββ case00002.nii.gz
|
22 |
βββ case00003.nii.gz
|
|
|
23 |
βββ ...
|
|
|
24 |
```
|
25 |
|
26 |
### 3-Inference
|
27 |
+
You can directly perform inference on your own data. Simply modify `inputs_data` into your data path and adjust `outputs_data` to specify the desired output location for the segmentation results.
|
28 |
```
|
29 |
SINGULARITYENV_CUDA_VISIBLE_DEVICES=0 singularity run --nv -B $inputs_data:/workspace/inputs -B $outputs_data:/workspace/outputs difftumor_final.sif
|
30 |
```
|
|
|
43 |
βββ liver_tumor.nii.gz
|
44 |
βββ pancreas_tumor.nii.gz
|
45 |
βββ kidney_tumor.nii.gz
|
46 |
+
β
|
47 |
+
...
|
48 |
```
|