-
Notifications
You must be signed in to change notification settings - Fork 9
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
Is there an OpenSense/Libreface Command Line Tool? #21
Comments
We only have a prototype of a command line tool which is currently in the |
By the way, have you tried our OpenSense WPF application (other than the one I mentioned above)? |
Thank you for the quick response! I have tried the OpenSense WPF application, and it's awesome! |
As you discovered, we do not have a way to load multiple video files. I am planning to add command line options to OpenSense WPF application, so that you can load configurations programmatically (and video filenames can be substituted programmatically). However, this feature is not there now. One possible workaround is concatenating videos into one. About exporting as CSV files, there is a CSV exporter that I implemented years ago. I would say its performance is poor and might crash and if I do it again it definitely will be better than the current one. You can give it a try. If it does not work, you can use the As you can see, we have plans to develop features you mentioned, but since there are too many of them and we do not have a dedicated budget for developing this tool, we are not able to release them timely. However, I do plan to finish these before the WACV 2024 conference personally. |
And I forgot to mention that, if you want to record outputs of LibreFace in OpenSense, please use releases higher than 3.2.0 (I uploaded a new binary release to our google drive folder a couple days ago but I did not setup a github release because someone asked us about a GPU accelerated version and I compiled it again with the latest commits). |
I have completed and uploaded a command line tool at here. This tool is Windows only. |
I'm trying to process many video files through libreface, but it does not seem like the wpf application allows to input a list of video files.
Is there a command line interface for OpenSense/Libreface? I have found that with tools like OpenFace 2.0 and Affdex 2.0, the command line interface saved me a lot of work and processed videos significantly faster than any python implementation.
If not, what is the best way that you recommend going about this? I'm not familiar with .NET or C++ , so it would be very time-consuming to go modify the OpenSense source code for me.
The text was updated successfully, but these errors were encountered: