-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Is your feature request related to a problem? Please describe.
Thanks for @dongyang0122 's great work to develop DatasetSummary, would be nice to enhance the below items:
- It only has
meta_key_postfixarg, missedmeta_keyto be consistent with other MONAI modules when using flexible meta key: https://github.com/Project-MONAI/MONAI/blob/dev/monai/transforms/io/dictionary.py#L68 - The
spacingdata orimage,labelmay not beTensor, it depends on theDatasetandcollate_fnof DataLoader, need to convert data type toTensorfirst. - It supports
kwargsfor DataLoader but didn't cover it in the unit tests, would be nice to add it.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request