-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Enhance DatasetSummary for several points #3559
Copy link
Copy link
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request