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

Ekman6 dataset #2

Open
Aditya870 opened this issue Nov 29, 2023 · 1 comment
Open

Ekman6 dataset #2

Aditya870 opened this issue Nov 29, 2023 · 1 comment

Comments

@Aditya870
Copy link

Hey i got .mat file. I tried to open these in python. But i am not get video data. How to get video data from these mat file multi_train_data.mat"

@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

2 participants