Original issue: open-mmlab/mmdetection#7171
Created: 2022-02-16
Last updated: 2022-02-17
Describe the feature
Motivation
LoadImageFromWebcam is not easy to understand how it works.
Actually it transform ndarray to default mmdetection data format.
So I think it is good idea to add alias as LoadImageFromNdarray.
implementation will be like just below
# end of the mmdet.datasets.pipelines.py
LoadImageFromNdarray = LoadImageFromWebcam
If it seems good idea, I will create the PR.
Original issue: open-mmlab/mmdetection#7171
Created: 2022-02-16
Last updated: 2022-02-17
Describe the feature
Motivation
LoadImageFromWebcam is not easy to understand how it works.
Actually it transform ndarray to default mmdetection data format.
So I think it is good idea to add alias as LoadImageFromNdarray.
implementation will be like just below
If it seems good idea, I will create the PR.