-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
I am using the latest version of opencv and several functions have been modified. I adapted the code to work with the current version, however, when function g = [multivariate_normal(mean=means[k], cov=covs[k]) for k in range(0, len(weights)) ] is applied the following error is returned:numpy.linalg.linalg.LinAlgError: singular matrix.
I know that some function is returning a singular matrix, which makes it impossible to apply the function multivariate_normal.
What should I do? I'm really needing FisherVector applied to the Bag Of Words, and that was the only implementation I found.
Sorry for the bad english and thanks for the help.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels