Is your feature request related to a problem? Please describe.
Currently, many APIs take Enum args from: https://github.com/Project-MONAI/MONAI/blob/master/monai/utils/enums.py.
But we want to call the function from strings, need a mapping tool or something for it.
Is your feature request related to a problem? Please describe.
Currently, many APIs take
Enumargs from: https://github.com/Project-MONAI/MONAI/blob/master/monai/utils/enums.py.But we want to call the function from strings, need a mapping tool or something for it.