We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
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.
(4096, 30, 2400)
Sorry, something went wrong.
No branches or pull requests
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"
The text was updated successfully, but these errors were encountered: