patrikhuber / eos

A lightweight 3D Morphable Face Model library in modern C++
Apache License 2.0
1.91k stars 597 forks source link

Error reading the landmarks: Could not open landmark file: data/image_0010.pts #236

Closed anny0316 closed 5 years ago

anny0316 commented 5 years ago

Hello Patrik Huber: Thank you very much for sharing your code. I am fresh, an error occurred while I run the fit-model program in visual studio 2017:“Error reading the landmarks: Could not open landmark file: data/image_0010.pts”. But, in the install directory, I can run fit-model successfully. I don't know why, I have read the file "readme" and have debugged the program fit-model. Can you help me? Thanks a lot.

patrikhuber commented 5 years ago

Hello,

You just need to adjust either the working directory or specify the command-line arguments.

Please use StackOverflow or a similar other website for "help"-type questions. You will be much better helped there.

Thanks.