Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A little error in create_csv.py #2

Open
weiwuxian1998 opened this issue Nov 22, 2023 · 1 comment
Open

A little error in create_csv.py #2

weiwuxian1998 opened this issue Nov 22, 2023 · 1 comment

Comments

@weiwuxian1998
Copy link

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.

@Boese0601
Copy link
Collaborator

Boese0601 commented Feb 3, 2024

Hi, did u download the DISFA dataset (not DISFA+) from here? http://mohammadmahoor.com/disfa/

It should be the dataset for AU Intensity Estimation (not AU Detection).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants