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.

multiple lables format for single image in R #1122

Description

@yib2

Hi,

I am building a multiple-label model for image classification problem. In the documentation(http://mxnet.readthedocs.org/en/latest/python/io.html),
integer_image_index \t label_1 \t label_2 \t label_3 \t label_4 \t path_to_image is the correct format for image.lst. I do not know how to construct the label part. Does it build with binary indicator?
For example,
integer label1 label2 label3 label4 path
2 1 0 0 1 2.jpg
5 1 0 1 1 5.jpg
...

Thanks,
Yi

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions