-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample.txt
More file actions
42 lines (21 loc) · 976 Bytes
/
Copy pathexample.txt
File metadata and controls
42 lines (21 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Please download the docker image use:
docker push rg15/deeplung:0.3
after download docker image:
rg15/deeplung:0.3
One example to run is:
sudo docker run -u root -v /your/local/INPUTS:/INPUTS/ -v /your/local/OUTPUTS:/OUTPUTS deeplung:0.3 sh run_all.sh
I will share a INPUTS example that can run via vanderbilt box shortly.
The path:
the local input path:
/your/local/INPUTS
The local output path:
/your/local/OUTPUTS
You can change the local input / output paths as you want.
In my local input path:
a csv file: "test.csv" includes the scans you want test and the meta data information.
a fold: "NIfTI" stores the image you want to process.
The output path will generate:
a fold: "prep" stores the preprocessed image from the original nifti.
a fold: "bbox" stores the detected lung nodule location.
a fold: "feat" stores the image feature extreated from nifti.
a csv file "pred.csv" stores the predicted cancer probability (not calibrated).