Skip to content
New issue

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

Unable to run demo.py #4

Closed
GMNetto opened this issue Oct 31, 2018 · 0 comments
Closed

Unable to run demo.py #4

GMNetto opened this issue Oct 31, 2018 · 0 comments

Comments

@GMNetto
Copy link

GMNetto commented Oct 31, 2018

Hi,

I am able to normally compile with build.sh. However, when running demo.py I am getting the following python error

Re-allocating matcher...
Traceback (most recent call last):
  File "demo.py", line 46, in <module>
    u,v = P.compute_flow()
  File "/home/gustavo/pcaflow/pcaflow/PCAFlow.py", line 380, in compute_flow
    **kwargs)
  File "/home/gustavo/pcaflow/pcaflow/solver/EMSolver.py", line 364, in solve
    inliers,H,shape_I_orig)
  File "/home/gustavo/pcaflow/pcaflow/solver/EMSolver.py", line 493, in get_flow_GC
    point_models)
  File "/home/gustavo/pcaflow/pcaflow/solver/EMSolver.py", line 639, in _compute_unaries_color
    G = mixture.GMM(n_components=nc,covariance_type='full').fit(P)
AttributeError: 'module' object has no attribute 'GMM'
@GMNetto GMNetto closed this as completed Oct 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant