Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ This is how `inputs_data` organizes
|
|
28 |
### 3-Inference
|
29 |
You can directly perform inference on your own data. Simply modify inputs_data to reflect your data path and adjust outputs_data to specify the desired output location for the segmentation results.
|
30 |
```
|
31 |
-
SINGULARITYENV_CUDA_VISIBLE_DEVICES=0 singularity run --nv -B $inputs_data:/workspace/inputs -B $outputs_data:/workspace/outputs
|
32 |
```
|
33 |
|
34 |
This is how `outputs_data` organizes
|
|
|
28 |
### 3-Inference
|
29 |
You can directly perform inference on your own data. Simply modify inputs_data to reflect your data path and adjust outputs_data to specify the desired output location for the segmentation results.
|
30 |
```
|
31 |
+
SINGULARITYENV_CUDA_VISIBLE_DEVICES=0 singularity run --nv -B $inputs_data:/workspace/inputs -B $outputs_data:/workspace/outputs difftumor_final.sif
|
32 |
```
|
33 |
|
34 |
This is how `outputs_data` organizes
|