yulequan / face-alignment-in-3000fps

a c++ implementation of face alignment in 3000fps
Other
378 stars 232 forks source link

segmentation fault #21

Open SilentMing opened 8 years ago

SilentMing commented 8 years ago

Thanks for your contribution, firstly.When I run the code, the console print Segmentation fault (core dumped) using the data set helen. But it is ok using the command './LBF.out Demo 1.jpg'. I would appreciate it if anyone could help me. Thanks!

yulequan commented 8 years ago

I think you do not modify some paths in some cpp file. I hard-code some path name in cpp file.

SilentMing commented 8 years ago

Thanks a lot. I fixed it already. Thanks.

kalyo-zjl commented 8 years ago

@SilentMing I just met the same problem. Could you please tell how you solve it?