You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ The AI results shown above can also be found [here](samples/NSCLC_Radiomics_lung
58
58
- pynrrd
59
59
- SimpleITK
60
60
- pyplastimatch
61
+
- plastimatch
61
62
- scipy
62
63
- scikit-image
63
64
- pandas
@@ -75,6 +76,8 @@ The AI results shown above can also be found [here](samples/NSCLC_Radiomics_lung
75
76
Recommended and supported Python versions are **3.8** and **3.10**.
76
77
Please follow to the installation instructions to ensure reproducibility of this code. The algorithm was developed on Ubuntu 20.04.6 LTS, using Python 3.10.13. GPU used was NVIDIA RTX A6000, 49GB.
77
78
79
+
**If you wish to leverage our tool on DICOM data, we internally rely on plastimatch and pyplastimatch tools for DICOM CT to .nrrd/.nii.gz conversion. Please follow the instructions [here](https://github.com/ImagingDataCommons/pyplastimatch?tab=readme-ov-file#plastimatch) for plastimatch installation, depending on your OS.**
0 commit comments