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
*`-S`: If the study size should be send in the request JSON
520
520
*`-c`: If set, overrides the 'inference_command' send in the request
521
521
*`--request_study_path`: If set, only the given study path is sent to the inference SDK, rather than the study images being sent through HTTP. When set, ensure volumes are mounted appropriately in the inference docker container
522
-
*`-C`: Optional encoded XML config to be passed as encodedConfigXML in request JSON
523
-
*`-K`: Optional base64 encoded license key, only required for some models
522
+
*`--request_options`: Set a number of key-value pairs to be sent in the request JSON (do not put spaces before or after the = sign).
523
+
If a value contains spaces, you should define it with double quotes.
524
+
Values are always treated as strings.
525
+
e.g. --request_options foo=bar a=b greeting="hello there"
524
526
525
527
> PNG images will be generated and saved in the `inference-test-tool/output` directory as output of the test tool.
526
528
You can check if the model's output will be correctly displayed on the Arterys web app.
0 commit comments