Skip to content

Commit 594ef9d

Browse files
authored
Update README.md
1 parent d9082f0 commit 594ef9d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ heartSegClinic --input <inputFolder/inputFile> --output <outputFolder>
2929
where:
3030
- `<inputFolder/inputFile>` path to a scan to segment, or to a folder containing several cases or several dicom files.
3131
- `<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+
3335
### Python usage
3436
```python
3537
from heartSegClinic.python_api import heartSegClinic
3638
if __name__ == "__main__":
3739
# Provide input folder/file path and output folder
3840
heartSegClinic(input_path, output_path)
3941
```
40-
41-
Please refer to the **Input and Output types** section for additional details on input and output data types and format.
4242

4343
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]:
4444
![Alt text](samples/figures/readme_figure.png)

0 commit comments

Comments
 (0)