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
Hello,I wonder how can I get the Ek6 dataset ,which videos are named by the serial number, thanks!
The text was updated successfully, but these errors were encountered:
@zhuzhu804 Hello, I just got some .mat file of ekman6 dataset. Have you found the Ekman6 video data?
Sorry, something went wrong.
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)
No branches or pull requests
Hello,I wonder how can I get the Ek6 dataset ,which videos are named by the serial number, thanks!
The text was updated successfully, but these errors were encountered: