We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a11d1 commit 1a771bdCopy full SHA for 1a771bd
examples/apps/ai_unetr_seg_app/app.py
@@ -54,7 +54,7 @@ def compose(self):
54
output_file="stl/multi-organs.stl", keep_largest_connected_component=False
55
)
56
57
- # Create the processing pipeline, by specifying the upstream and downstream operators, and
+ # Create the processing pipeline, by specifying the source and destination operators, and
58
# ensuring the output from the former matches the input of the latter, in both name and type.
59
self.add_flow(study_loader_op, series_selector_op, {"dicom_study_list": "dicom_study_list"})
60
self.add_flow(
0 commit comments