File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -111,3 +111,14 @@ Note: two containers are present under GitHub Packages:
111
111
112
112
The ` map ` version is for general usage and deployment. The ` map-init ` version is for developers who wish to build the
113
113
MAP from scratch as part of the two-step build process described above.
114
+
115
+ ## Running on AIDE
116
+ To run TotalSegmentator on AIDE, two files from the ` app/workflows ` directory are required, namely:
117
+ - ` totalsegmentator.json ` – AIDE Clinical Workflow file.
118
+ - Effectively a sequence of tasks run on AIDE
119
+ - ` totalsegmentator-argo-template.yaml ` – Argo Workflow Template file.
120
+ - Called by the AIDE Clinical Workflow file. Executes the Totalsegmentator-AIDE MAP using Argo. This is the central
121
+ task within the AIDE Clinical Workflow file.
122
+
123
+ The ` app/workflows ` directory also contains four illustrative Argo Workflow Templates depending on system performance.
124
+ ` low ` , ` medium ` , ` high ` and ` dgx ` examples are provided with different CPU and RAM settings.
You can’t perform that action at this time.
0 commit comments