qicq1c commited on
Commit
d582617
β€’
1 Parent(s): 9b08f58

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 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
  ```
@@ -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
  ```