jwyang / face-alignment

Face alignment in 3000 FPS
322 stars 190 forks source link

train_model: loadLibrary Can't load #20

Open haipz opened 9 years ago

haipz commented 9 years ago
>> dbnames = {'ibug'};
>> train_model
Attention, if error occurs, plese ensure you used the correct version of parallel initialization.
Starting parallel pool (parpool) using the 'local' profile ... connected to 4 workers.
MATLAB:dispatcher:loadLibrary Can't load '/Applications/MATLAB_R2014b.app/bin/maci64/libmwocv.dylib': dlopen(/Applications/MATLAB_R2014b.app/bin/maci64/libmwocv.dylib, 10): Symbol not found: __ZN7CvBoost10calc_errorEP8CvMLDataiPSt6vectorIfSaIfEE
  Referenced from: /Applications/MATLAB_R2014b.app/bin/maci64/libmwocv.dylib
  Expected in: /usr/local/Cellar/opencv/2.4.11/lib/libopencv_ml.dylib
 in /Applications/MATLAB_R2014b.app/bin/maci64/libmwocv.dylib.
Caught MathWorks::System::FatalException
asanakoy commented 7 years ago

I have the same issue. How have you fixed it?