Skip to content

[Feature Request] Add LoadImageFromNdarray alias for LoadImageFromWebcam #991

Description

@GeorgePearse

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    from-mmdetectionIssue imported from upstream open-mmlab/mmdetection repository

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions