-
-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when using custom pca model, raise error #213
Comments
Hi, |
I use eos-py1.0.1 python convert bfm2009 .mat file to bin flie the same error occurs. |
eos version 0.15.1 would be a solution. |
@KangolHsu I'm not 100% sure I understand what you're doing, as your description is not quite clear. Do you get that error while converting the bfm2009? If the error occurs in the eos-model-viewer, you can always build the model viewer with the latest eos version? And if it's an issue with the model-viewer, open an issue in that repo? |
@patrikhuber |
when i converted 01_MorphableModel.mat done with eos-py0.14.0 eos/include/eos/render/render_affine.hpp Line 102 in f8b235b
it occurs a read error,because mesh.texcoords is empty ,this is caused by convert script
"texture_coordinates=[]" where can i find the texture_coordinates of BFM2009? thanks. |
I solved this by adding texture_coordinates data from the UV coords |
…r 1, 2, 3 or 4 The error is also different from the error when a model of version <1 is loaded. This might help diagnose problems like #213.
I think maybe the bfm2009 python converter script needs to be updated slightly to pass an empty set of texture coordinates? I'll re-open this, in case something needs updating. |
libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: The model file you are trying to load is in an old format. Please download the most recent model files.
I trained new custom pca model!(different vertices) but it didn't work on eos-model viewer...
When loading model in python, successful. I don't know why it does..
The text was updated successfully, but these errors were encountered: