Open
Description
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
Labels
No labels