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
When I try, following example 2, an extract of 5 sec I receive the following error:
all the input arrays must have same number of dimensions, but the array at index 0 has 1 dimension(s) and the array at index 1 has 2 dimension(s).
all the input arrays must have same number of dimensions, but the array at index 0 has 1 dimension(s) and the array at index 1 has 2 dimension(s)
Any suggestion? Thanks
The text was updated successfully, but these errors were encountered:
try using the predict function in EmotionRecoginizer.py file, and the dependent extract features function from the utils.py file
Sorry, something went wrong.
No branches or pull requests
When I try, following example 2, an extract of 5 sec I receive the following error:
all the input arrays must have same number of dimensions, but the array at index 0 has 1 dimension(s) and the array at index 1 has 2 dimension(s)
.Any suggestion? Thanks
The text was updated successfully, but these errors were encountered: