You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @lindemeier , I am trying to use the code for solving the weights of base pigments for colors, just built it on an Ubuntu virtual machine.. But when I hope to run with the examples in the repo, using the given measured coefficients, it keeps occuring std::bad_cast error. I'm not sure but seems like it happens after loading the JSON file, in the LoadPalette() in main, but it's still a bad_cast even if I manually define the palette variable with values in the JSON.. I am wondering have you got this issue before? Is it to do with type definition with eigen or something else?
The text was updated successfully, but these errors were encountered:
Hello @lindemeier , I am trying to use the code for solving the weights of base pigments for colors, just built it on an Ubuntu virtual machine.. But when I hope to run with the examples in the repo, using the given measured coefficients, it keeps occuring std::bad_cast error. I'm not sure but seems like it happens after loading the JSON file, in the LoadPalette() in main, but it's still a bad_cast even if I manually define the palette variable with values in the JSON.. I am wondering have you got this issue before? Is it to do with type definition with eigen or something else?
The text was updated successfully, but these errors were encountered: