yulequan / face-alignment-in-3000fps

a c++ implementation of face alignment in 3000fps
Other
377 stars 234 forks source link

Segmentation fault: 11 #2

Closed qiexing closed 8 years ago

qiexing commented 9 years ago

Hi ,I do the usage step 1-3,then i change the path in LBF.cpp, I do both train model and test model all get : Segmentation fault: 11. I found this problem is related to memory. My platform is osx10.10.1. I need some help!Thanks very much!

yulequan commented 9 years ago

My platform is also osx. That's no problem. Did you modify the var "modelPath" in LBF.cpp and make the folder ?

qiexing commented 9 years ago

Sorry to disturb you! i did make such a mistake. Kindly for your reply!

eshenxd commented 9 years ago

I need some help,in your code ,you had define a vectorfaces ,but if i want to release it ,some may be wrong .