-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
"DllNotFoundException: SVMModel" when trying to "Train" with OpenSeeExpression #4
Comments
Hi! I believe the expression detection may not currently work natively under Linux. You can probably make a Linux build using the files here: https://github.com/emilianavt/OpenSeeFace/tree/master/Source I haven't tested it, but something like |
When trying to build I get:
I checked with Visual Studio Code to see what was happening and I got some the exceptions (Translated)
I thought this was a problem with Linux so I checked in Windows and tried to build there, but I get the same problems. I searched and found that it seems I'm missing some header files that are supposed to be bundled with the IDE but I couldn't find them. |
I'll look into making this part build properly. |
Ok, thank you so much! |
I'm using Unity 2020.3.30f1 Personal running on KDE Neon 5.24 (Ubuntu 20.04 LTS)
I'm trying to record expressions with the OpenSeeExpression Script, but when I click "Train" I get this Exception in the Console:
I also get this message when clicking the "Load" tick:
I haven't edited neither the script nor the plugin, I also seem to be getting the corresponding Debug.Logs when clicking "Train" up until
I also tried with ThunderSVM but it also fails
The text was updated successfully, but these errors were encountered: