Skip to content

A little error in create_csv.py #2

Open
@weiwuxian1998

Description

@weiwuxian1998

Hi, thanks for the provided create_csv.py which can be used to make the labels, but there are a little error in this file.

The code use the belowing au order as the csv columns:
columns = ["image_path","au1","au2","au4","au5","au6","au9","au12","au15","au17","au20","au25","au26"]

And use this code to obtain the labeled au file :os.listdir(os.path.join(label_txt_path,folder)) ,but the returned au label paths are not corresponding with the predefined columns, which causes data in csv files are not correct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions