Skip to content

Multivariate Normal Issue #3

@hugos94

Description

@hugos94

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions