MONAI
MONAI copied to clipboard
AI Toolkit for Healthcare Imaging
Signed-off-by: Dong Yang Fixes # . ### Description A few sentences describing the changes proposed in this pull request. ### Status **Ready/Work in progress/Hold** ### Types of changes - [x]...
### Description Implemented a DataAnalyzer class to encapsulate data analysis module. As the beginning part of the auto3d/automl pipeline, the module shall find data and label from user inputs and...
Fixes #4563 . ### Description This PR enhanced the stats information of trainer and evaluator workflows. ### Status **Ready** ### Types of changes - [x] Non-breaking change (fix or new...
Fixes #4901 ### Description Add functions in ConfigParser ### Status WIP ### Types of changes - [x] Non-breaking change (fix or new feature that would not break existing functionality). -...
**Is your feature request related to a problem? Please describe.** User may need customized functions so that they can have their own statistic metric in dataset_summary/data_analyzer. **Describe the solution you'd...
Fixes #4563. ### Description Comparing to https://github.com/Project-MONAI/MONAI/pull/4888 ### Status **Hold** ### Types of changes - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [...
`image_reader.WSIReader` supports tifffile (https://github.com/Project-MONAI/MONAI/blob/e4624678cc15b5a5670776715c935279f7837c89/monai/data/image_reader.py#L1257), but it does not supported in `wsi_reader.WSIReader`. Can I ask what is the purpose here to remove the supports? I'm not sure but it seems `tifffile`...
Addresses: https://github.com/Project-MONAI/MONAI/issues/4746. ### Description Adds video datasets. Videos can be from file or capture device (e.g., webcam). Requires a corresponding tutorial. ### Status **Hold** ### Types of changes - [x]...
**Is your feature request related to a problem? Please describe.** To record and track the training experiments clearly, experiment management is a necessary module. 1. Identify the typical user stories...
**Is your feature request related to a problem? Please describe.** Currently one can recursively get value from a chain of keys separated by special characters. For example, one can do...