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
-`<inputFolder/inputFile>` path to a scan to segment, or to a folder containing several cases or several dicom files.
31
31
-`<output>` path where the output segmentations will be saved.
32
-
32
+
33
+
Please refer to the **Input and Output types** section for additional details on input and output data types and format.
34
+
33
35
### Python usage
34
36
```python
35
37
from heartSegClinic.python_api import heartSegClinic
36
38
if__name__=="__main__":
37
39
# Provide input folder/file path and output folder
38
40
heartSegClinic(input_path, output_path)
39
41
```
40
-
41
-
Please refer to the **Input and Output types** section for additional details on input and output data types and format.
42
42
43
43
Example of the auto-contouring algorithm output on a public [NSCLC-Radiomics](https://doi.org/10.7937/K9/TCIA.2015.PF0M9REI) CT case ([CT-image-only viewer link](https://viewer.imaging.datacommons.cancer.gov/v3/viewer/?StudyInstanceUIDs=1.3.6.1.4.1.32722.99.99.325293684872203513909374292566067254264&SeriesInstanceUIDs=1.3.6.1.4.1.32722.99.99.19336808942056470572520607494767608510))[2]:
0 commit comments