forked from Project-MONAI/MONAI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2220 Decollate batch into list after iteration computation (29/June) (P…
…roject-MONAI#2315) * [WIP] 2220 Decollate batch into list of tensors after model forward (Project-MONAI#2244) * [DLMED] add support for Activation transform Signed-off-by: Nic Ma <[email protected]> * [DLMED] change all the array level post transforms to channel-first Signed-off-by: Nic Ma <[email protected]> * [DLMED] update all the IO, utility, post transforms Signed-off-by: Nic Ma <[email protected]> * [DLMED] update engines for list of dict Signed-off-by: Nic Ma <[email protected]> * [DLMED] update all the event handlers Signed-off-by: Nic Ma <[email protected]> * [DLMED] support non-batch data Signed-off-by: Nic Ma <[email protected]> * [MONAI] python code formatting Signed-off-by: monai-bot <[email protected]> * [DLMED] update according to comments Signed-off-by: Nic Ma <[email protected]> * [DLMED] update based on the latest APIs Signed-off-by: Nic Ma <[email protected]> Co-authored-by: monai-bot <[email protected]> * [MONAI] python code formatting Signed-off-by: monai-bot <[email protected]> * [DLMED] fix all the unit tests Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix unit tests Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix flake8 issues Signed-off-by: Nic Ma <[email protected]> * [DLMED] remove unused import Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix flake8 issue Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix integration test Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix integration tests Signed-off-by: Nic Ma <[email protected]> * [MONAI] python code formatting Signed-off-by: monai-bot <[email protected]> * [DLMED] fix integration tests Signed-off-by: Nic Ma <[email protected]> * [MONAI] python code formatting Signed-off-by: monai-bot <[email protected]> * [DLMED] fix flake8 issue Signed-off-by: Nic Ma <[email protected]> * [DLMED] add support to copy scalar Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix flake8 issue Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix wrong unit tests Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix doc issue Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix broken tests Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix unit tests Signed-off-by: Nic Ma <[email protected]> * [MONAI] python code formatting Signed-off-by: monai-bot <[email protected]> * [DLMED] simplify CSV saver Signed-off-by: Nic Ma <[email protected]> * [DLMED] update according to comments Signed-off-by: Nic Ma <[email protected]> * [DLMED] add copy_scalar_to_batch util Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix flake8 issue Signed-off-by: Nic Ma <[email protected]> * [DLMED] change to preprocessing and postprocessing Signed-off-by: Nic Ma <[email protected]> * [DLMED] change file name to postprocessing Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix flake8 Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix typo in doc-string Signed-off-by: Nic Ma <[email protected]> * [DLMED] add Decollated back Signed-off-by: Nic Ma <[email protected]> * [MONAI] python code formatting Signed-off-by: monai-bot <[email protected]> * [DLMED] update according to comments Signed-off-by: Nic Ma <[email protected]> * [DLMED] update to use ignite v0.4.5 metrics API Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix flake8 issue Signed-off-by: Nic Ma <[email protected]> * [DLMED] fix conflicts Signed-off-by: Nic Ma <[email protected]> * [MONAI] python code formatting Signed-off-by: monai-bot <[email protected]> * fixes Project-MONAI#2452 Signed-off-by: Wenqi Li <[email protected]> Co-authored-by: monai-bot <[email protected]>
- Loading branch information
Showing
67 changed files
with
966 additions
and
1,293 deletions.
There are no files selected for viewing
File renamed without changes
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
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
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.