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

How can I get the Ek6 dataset named by the serial number #1

Open
zhuzhu804 opened this issue Aug 8, 2023 · 2 comments
Open

How can I get the Ek6 dataset named by the serial number #1

zhuzhu804 opened this issue Aug 8, 2023 · 2 comments

Comments

@zhuzhu804
Copy link

Hello,I wonder how can I get the Ek6 dataset ,which videos are named by the serial number, thanks!

@JinChow
Copy link

JinChow commented Sep 27, 2023

@zhuzhu804 Hello, I just got some .mat file of ekman6 dataset. Have you found the Ekman6 video data?

@serkansulun
Copy link

import h5py
path = 'Emotion6 video dataset/multi_train_data.mat'
with h5py.File(path, 'r') as file:
    data = file['train_data'][:]

Resulting array has a shape of (4096, 30, 2400). It looks like processed features, not videos.

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

3 participants