You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: