-
Notifications
You must be signed in to change notification settings - Fork 64
DICOM Seg Writer operater: Fix for case where input image is already a numpy array #515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Chris Bridge <[email protected]>
668e24f to
14fb7aa
Compare
|
Not sure why I'm getting errors on this that are unrelated to my changes |
…ure correct MD SDK is used in dev env (#516) * Add post intall action to patch holoscan package, v2.7 and 2.8 Signed-off-by: M Q <[email protected]> * Update fixed turorials Signed-off-by: M Q <[email protected]> * Updated the setup post install action, local sdk version, and notebook examples Signed-off-by: M Q <[email protected]> * Updated the doc too Signed-off-by: M Q <[email protected]> * Fix linting error Signed-off-by: M Q <[email protected]> --------- Signed-off-by: M Q <[email protected]>
|
MMelQin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this. Rebased to get rid of the CI errors.
At one time there was a design decision to encourage users to use the SDK's own Image object (numpy array + metadata) so that the metadata can be validated along the way before being passed down to the seg writer. If numpy array is directly used, the user then needs to ensure that it represents a image compatible with the original input image.
…a numpy array (Project-MONAI#515) * Fix for case where input image is already a numpy array Signed-off-by: Chris Bridge <[email protected]> * Update example apps' test data path, patch hsdk in local env, and ensure correct MD SDK is used in dev env (Project-MONAI#516) * Add post intall action to patch holoscan package, v2.7 and 2.8 Signed-off-by: M Q <[email protected]> * Update fixed turorials Signed-off-by: M Q <[email protected]> * Updated the setup post install action, local sdk version, and notebook examples Signed-off-by: M Q <[email protected]> * Updated the doc too Signed-off-by: M Q <[email protected]> * Fix linting error Signed-off-by: M Q <[email protected]> --------- Signed-off-by: M Q <[email protected]> --------- Signed-off-by: Chris Bridge <[email protected]> Signed-off-by: M Q <[email protected]> Co-authored-by: Ming M Qin <[email protected]> Signed-off-by: Simone Bendazzoli <[email protected]>
…a numpy array (Project-MONAI#515) * Fix for case where input image is already a numpy array Signed-off-by: Chris Bridge <[email protected]> * Update example apps' test data path, patch hsdk in local env, and ensure correct MD SDK is used in dev env (Project-MONAI#516) * Add post intall action to patch holoscan package, v2.7 and 2.8 Signed-off-by: M Q <[email protected]> * Update fixed turorials Signed-off-by: M Q <[email protected]> * Updated the setup post install action, local sdk version, and notebook examples Signed-off-by: M Q <[email protected]> * Updated the doc too Signed-off-by: M Q <[email protected]> * Fix linting error Signed-off-by: M Q <[email protected]> --------- Signed-off-by: M Q <[email protected]> --------- Signed-off-by: Chris Bridge <[email protected]> Signed-off-by: M Q <[email protected]> Co-authored-by: Ming M Qin <[email protected]> Signed-off-by: Simone Bendazzoli <[email protected]>
…a numpy array (Project-MONAI#515) * Fix for case where input image is already a numpy array Signed-off-by: Chris Bridge <[email protected]> * Update example apps' test data path, patch hsdk in local env, and ensure correct MD SDK is used in dev env (Project-MONAI#516) * Add post intall action to patch holoscan package, v2.7 and 2.8 Signed-off-by: M Q <[email protected]> * Update fixed turorials Signed-off-by: M Q <[email protected]> * Updated the setup post install action, local sdk version, and notebook examples Signed-off-by: M Q <[email protected]> * Updated the doc too Signed-off-by: M Q <[email protected]> * Fix linting error Signed-off-by: M Q <[email protected]> --------- Signed-off-by: M Q <[email protected]> --------- Signed-off-by: Chris Bridge <[email protected]> Signed-off-by: M Q <[email protected]> Co-authored-by: Ming M Qin <[email protected]> Signed-off-by: Simone Bendazzoli <[email protected]>
…a numpy array (Project-MONAI#515) * Fix for case where input image is already a numpy array Signed-off-by: Chris Bridge <[email protected]> * Update example apps' test data path, patch hsdk in local env, and ensure correct MD SDK is used in dev env (Project-MONAI#516) * Add post intall action to patch holoscan package, v2.7 and 2.8 Signed-off-by: M Q <[email protected]> * Update fixed turorials Signed-off-by: M Q <[email protected]> * Updated the setup post install action, local sdk version, and notebook examples Signed-off-by: M Q <[email protected]> * Updated the doc too Signed-off-by: M Q <[email protected]> * Fix linting error Signed-off-by: M Q <[email protected]> --------- Signed-off-by: M Q <[email protected]> --------- Signed-off-by: Chris Bridge <[email protected]> Signed-off-by: M Q <[email protected]> Co-authored-by: Ming M Qin <[email protected]> Signed-off-by: Simone Bendazzoli <[email protected]>
…a numpy array (Project-MONAI#515) * Fix for case where input image is already a numpy array Signed-off-by: Chris Bridge <[email protected]> * Update example apps' test data path, patch hsdk in local env, and ensure correct MD SDK is used in dev env (Project-MONAI#516) * Add post intall action to patch holoscan package, v2.7 and 2.8 Signed-off-by: M Q <[email protected]> * Update fixed turorials Signed-off-by: M Q <[email protected]> * Updated the setup post install action, local sdk version, and notebook examples Signed-off-by: M Q <[email protected]> * Updated the doc too Signed-off-by: M Q <[email protected]> * Fix linting error Signed-off-by: M Q <[email protected]> --------- Signed-off-by: M Q <[email protected]> --------- Signed-off-by: Chris Bridge <[email protected]> Signed-off-by: M Q <[email protected]> Co-authored-by: Ming M Qin <[email protected]> Signed-off-by: Simone Bendazzoli <[email protected]>



Potential fix for #510 (@kavmar)