Closed
Description
Is your feature request related to a problem? Please describe.
the DataStats transform can print basic info about input tensors:
MONAI/monai/transforms/utility/array.py
Lines 681 to 684 in 59593bb
but it can't call the print_verbose
, which makes it impossible to inspect metadata. would be great to make the metadata optionally printed.
MONAI/monai/data/meta_tensor.py
Lines 559 to 561 in 59593bb