Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

can mxnet add a function for image raw data to ndarray? #336

@junranhe

Description

@junranhe

opencv imdecode return numpy.array data format just like: (width, height, channel(rgb)),
but mxnet's image data load and train from rec just like (channel(gbr), width, height),
When I code my program to extract features online(inputs are some raw image data, not load from rec), It seem not easy to code, and I don't want to code the data conversion with python, It seems run slowly ;(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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