open-mmlab / mmcv

OpenMMLab Computer Vision Foundation
https://mmcv.readthedocs.io/en/latest/
Apache License 2.0
5.84k stars 1.63k forks source link

mmcv Normalize/np.load #2066

Open jaideep11061982 opened 2 years ago

jaideep11061982 commented 2 years ago

Describe the feature MMCV imreadbytes and imnormalize dsnt support load and normalize of Numpy array with depth >3 , which might be useful thing to perform when processing and reading the slices of CT reports .

Motivation A clear and concise description of the motivation of the feature. Ex1. It is inconvenient when [....]. Ex2. There is a recent paper [....], which is very helpful for [....].

Related resources If there is an official code release or third-party implementations, please also provide the information here, which would be very helpful.

Additional context Add any other context or screenshots about the feature request here. If you would like to implement the feature and create a PR, please leave a comment here and that would be much appreciated.

zhouzaida commented 2 years ago

Hi @jaideep11061982 , thanks for your report. We have plans to support the features you mentioned in the future.