-
HI All,
We’re not finding what we need to do for the next step New Uncontoured NIFTI file + InnerEyeModel -> NIFTI with contours Can you give pointers to where we can see how to do that? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
There’s a section in docs/building_models.md that describes what you need to do: Running a registered AzureML model on a single image on the local disk
|
Beta Was this translation helpful? Give feedback.
-
@furtheraway and @csmayo157... To clarify further, this type of MLOps is some of the added functionality that Azure Machine Learning provides in the cloud to help you |
Beta Was this translation helpful? Give feedback.
-
Thanks Anton!
Chuck
From: Anton Schwaighofer ***@***.***>
Sent: Wednesday, March 2, 2022 5:10 PM
To: microsoft/InnerEye-DeepLearning ***@***.***>
Cc: csmayo157 ***@***.***>; Mention ***@***.***>
Subject: Re: [microsoft/InnerEye-DeepLearning] How to invoke model to draw contours? (Discussion #564)
External Email - Use Caution
@furtheraway<https://github.com/furtheraway>, It appears your conda environment does not yet have the required packages. You can try two things:
* pip install hi-ml-azure
* Alternatively, look at the code at the start of runner.py, that adds the paths to the git submodules that contain health_ml. Copy those bits into submit_for_inference.
—
Reply to this email directly, view it on GitHub<#564 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVUXLYTRVAJXCC6WXUWUWZ3U57RMBANCNFSM5EDE2VQQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
**********************************************************
Electronic Mail is not secure, may not be read every day, and should not be used for urgent or sensitive issues
|
Beta Was this translation helpful? Give feedback.
@furtheraway and @csmayo157... To clarify further, this type of MLOps is some of the added functionality that Azure Machine Learning provides in the cloud to help you