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

Input data format #22

Closed
PatrykKotlowski opened this issue Mar 30, 2020 · 4 comments
Closed

Input data format #22

PatrykKotlowski opened this issue Mar 30, 2020 · 4 comments

Comments

@PatrykKotlowski
Copy link

PatrykKotlowski commented Mar 30, 2020

Hello, thank you very much for sharing your code.
My question will be very basic. While training how the structure of input data should be organized? So I've got full BP4D dataset and how I can get train.txt and val.txt files. I'll be very grateful for answer.

@affromero
Copy link
Collaborator

Hello, thank you for your interest in our work.
It is quite simple, it must have the following form:

Faces/file_name0.jpg 0
Faces/file_name1.jpg 1
Faces/file_name2.jpg 1
Faces/file_name3.jpg 0
...

And a different folder with the pre-calculated Optical Flow

Faces_Flow/file_name0.jpg 0
Faces_Flow/file_name1.jpg 1
Faces_Flow/file_name2.jpg 1
Faces_Flow/file_name3.jpg 0
...

Please take a look at data_loader script and change variables accordingly.

@PatrykKotlowski
Copy link
Author

Thank you for answer! Now it's more clear to me.
But I've got one more qustion so in fact you're not using 2D and 3D Features from BP4D dataset?
I just need to convert AUCoding to your above format and it should work. Is that correct?

@affromero
Copy link
Collaborator

Yes to both of them, you are right.

@PatrykKotlowski
Copy link
Author

Thank you again!

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