You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:meta_key_postfix
arg, missedmeta_key
to be consistent with other MONAI modules when using flexible meta key: https://github.com/Project-MONAI/MONAI/blob/dev/monai/transforms/io/dictionary.py#L68spacing
data orimage
,label
may not beTensor
, it depends on theDataset
andcollate_fn
of DataLoader, need to convert data type toTensor
first.kwargs
for DataLoader but didn't cover it in the unit tests, would be nice to add it.The text was updated successfully, but these errors were encountered: