Skip to content

Conversation

@CPBridge
Copy link
Collaborator

@CPBridge CPBridge commented Jan 15, 2025

Potential fix for #510 (@kavmar)

@CPBridge CPBridge force-pushed the bug/dicom_seg_operator_numpy_input branch from 668e24f to 14fb7aa Compare January 15, 2025 02:30
@CPBridge CPBridge requested a review from MMelQin January 17, 2025 15:48
@CPBridge
Copy link
Collaborator Author

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]>
@sonarqubecloud
Copy link

Copy link
Collaborator

@MMelQin MMelQin left a 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.

@MMelQin MMelQin merged commit a80f231 into main Jan 23, 2025
4 checks passed
@MMelQin MMelQin deleted the bug/dicom_seg_operator_numpy_input branch January 23, 2025 01:12
SimoneBendazzoli93 pushed a commit to SimoneBendazzoli93/monai-deploy-app-sdk that referenced this pull request Jun 26, 2025
…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]>
SimoneBendazzoli93 pushed a commit to SimoneBendazzoli93/monai-deploy-app-sdk that referenced this pull request Jul 17, 2025
…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]>
SimoneBendazzoli93 pushed a commit to SimoneBendazzoli93/monai-deploy-app-sdk that referenced this pull request Jul 17, 2025
…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]>
SimoneBendazzoli93 pushed a commit to SimoneBendazzoli93/monai-deploy-app-sdk that referenced this pull request Jul 17, 2025
…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]>
SimoneBendazzoli93 pushed a commit to SimoneBendazzoli93/monai-deploy-app-sdk that referenced this pull request Jul 17, 2025
…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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants