patrikhuber / eos

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

Error loading the landmark mappings: unordered_map::at: key not found #307

Closed milad-ahmadi closed 4 years ago

milad-ahmadi commented 4 years ago

Hello, I make and build eos on mac 10.15 with clang=10. when I run 'fit_model' in example I faced with: "Error loading the landmark mappings: unordered_map::at: key not found" in loading "ibug_to_sfm.txt".

patrikhuber commented 4 years ago

Hi,

I currently don't have access to macOS. Since this is a runtime error and not a compile error, I think this is likely a problem on your end with how you run fit-model. I would suggest that you step through the relevant part in the debugger, and check what's going wrong.

patrikhuber commented 4 years ago

@milad-ahmadi Did you make any progress on this? I am going to close this issue, as it is likely a problem on your end. Feel free to re-open if you have more information and it's an eos issue.