Is your feature request related to a problem? Please describe.
- Now we only have a NiftiDataset which is not compatible with all kinds of tasks.
- The "load_nifti" can be a transform instead of a special function for unified usage.
Describe the solution you'd like
- Develop array level and dict level transforms for "load_nifti" feature.
- Develop a common Dataset for a list of training data in dict format.
- Develop a 3D medical image segmentation example based on above solution.