-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
OpenFaceOffline.exe is crush when input is image #694
Comments
Can you provide more details for me to be able to reproduce this error? E.g. the data image you executed it on, or does it happen for all images? |
It happens for all images , |
Would it be possible for you to run the project with the debugger attached (e.g. from Visual Studio directly). This will allow you to better debug what might be causing the issue, by identifying which line of code is causing this. |
It seems to fail when writing image out to disk. Could you try running OpenFace as administrator? It might be you don't have write privileges to the folder. |
Doesn't work also when i runing as administrator . |
It seems that for some reason the extension to the output is not added correctly, can you untick record aligned images from output in the GUI and try again? |
windows8.1 problem crash in modify RecorderOpenFaceParameters.cpp |
Thanks for the info, I'm further investigating this. |
Change log: Moving to C++17. This means that the code can only be build using C++17 compilers (e.g. g++ >8 and Visual Studio 2017, clang > 5), fixing related bugs - (#698, #629, #641) Removing an explicit dependency on boost (all the filesystem operations are performed using std::filesystem or boost::filesysteme). If boost is available it will used boost:filesystem, otherwise std::filesystem (this requires C++17) Visual Studio 2017 is now the main version for Visual Studio builds, VS 2015 is no longer supported Updating OpenCV to 4.1 version (#511) Fixing a bug with output images when using GUI (#694) Updating RAWImage - #609, so it can be initialized from System.Drawing.Bitmap directly Fixing overlap detection for multi face tracking (#693)
Should be fixed in the new version. |
Change log: Moving to C++17. This means that the code can only be build using C++17 compilers (e.g. g++ >8 and Visual Studio 2017, clang > 5), fixing related bugs - (TadasBaltrusaitis#698, TadasBaltrusaitis#629, TadasBaltrusaitis#641) Removing an explicit dependency on boost (all the filesystem operations are performed using std::filesystem or boost::filesysteme). If boost is available it will used boost:filesystem, otherwise std::filesystem (this requires C++17) Visual Studio 2017 is now the main version for Visual Studio builds, VS 2015 is no longer supported Updating OpenCV to 4.1 version (TadasBaltrusaitis#511) Fixing a bug with output images when using GUI (TadasBaltrusaitis#694) Updating RAWImage - TadasBaltrusaitis#609, so it can be initialized from System.Drawing.Bitmap directly Fixing overlap detection for multi face tracking (TadasBaltrusaitis#693)
I get this erreur when i try to open image to test it with Openfaceoffline.exe
How to solve this?
The text was updated successfully, but these errors were encountered: