patrikhuber / eos

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

get_texture_coordinates TypeError #234

Closed wqnow closed 5 years ago

wqnow commented 5 years ago

When run python\demo.py meet a TypeError: "File "C:/Users/wq/eos/python/demo.py", line 15, in main model.get_texture_coordinates()) TypeError: init(): incompatible constructor arguments. "

I removed parameter "model.get_texture_coordinates()" and the program run with no error. I don't know whether the parameter is needed. The modified file is attached.

demo1.zip

patrikhuber commented 5 years ago

Hi!

Sorry for the slightly delayed reply. This should now all be fixed, see #238, and eos 1.0.1 has been released with the fixes.