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

AAM problem?? #120

Open
ozdent48 opened this issue Jun 7, 2020 · 3 comments
Open

AAM problem?? #120

ozdent48 opened this issue Jun 7, 2020 · 3 comments

Comments

@ozdent48
Copy link

ozdent48 commented Jun 7, 2020

Hi,From the begining of the train process; I 'm having some problems about ("aam") parameter, When I introduce the "aam" ; program is crashing and getting to be terminated,What should I do?

import menpo.io as mio
path_to_images = '/path/to/lfpw/trainset/'
training_images = mio.import_images(path_to_images, verbose=True)

from menpofit.aam import HolisticAAM
from menpo.feature import igo

=> THİS İS WHERE EXACLY PROBLEM OCCURS
aam = HolisticAAM(training_images, reference_shape=None,
diagonal=150, scales=(0.5, 1.0),
holistic_features=igo, verbose=True)

@patricksnape
Copy link
Contributor

What exactly happens sorry? What is the stacktrace? Which OS? Which Python version?

@ozdent48
Copy link
Author

Ekran Resmi 2020-06-24 10 31 13

This is mu current problem,My code which is instructed in your menpo project site, is crashing.What Can I do for this?

@patricksnape
Copy link
Contributor

Can you provide the output of:

conda info

and

conda list

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

2 participants