You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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)
The text was updated successfully, but these errors were encountered: