-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement highdicom seg operator (#327)
* Implement highdicom seg operator Signed-off-by: Chris Bridge <[email protected]> * Formatting fixes Signed-off-by: Chris Bridge <[email protected]> * Typing fixes Signed-off-by: Chris Bridge <[email protected]> * Update the Spleen App to use HighDicom Seg Writer. The app is still not compatible with monai v0.9.1 as the app testing revealed that to its Invert transform failed resample the predicted image back to input image spacings. Also, the new Seg Writer impl is strict on DICOM attribute VR conformance, and would throw exception when the input DICOM instances have non-conformant attribute VR values. Signed-off-by: mmelqin <[email protected]> * Fix isort error for ordering of imports Signed-off-by: mmelqin <[email protected]> * Update doc strings and comments for seg label and algorithm name and version Signed-off-by: mmelqin <[email protected]> * Pin moani==0.9.0 for now as 0.9.1 causes issues. Also pydicom to 2.3.0 as the use of highdicom require pydicom>=2.3.0 Signed-off-by: mmelqin <[email protected]> * Updated apps that have multiple segments Signed-off-by: mmelqin <[email protected]> * Found the few missing codes, so avoided use of generic "Organ" Signed-off-by: mmelqin <[email protected]> Signed-off-by: Chris Bridge <[email protected]> Signed-off-by: mmelqin <[email protected]> Co-authored-by: mmelqin <[email protected]>
- Loading branch information
Showing
8 changed files
with
291 additions
and
480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.