-
Notifications
You must be signed in to change notification settings - Fork 94
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
Request: GUI and/or mobile apps #55
Comments
I have created a gui but it still requires python to be installed with all the supporting extras. This works with cuda, tensor, openvino, cpu, and dml execution providers. OpenVino is harder to get going as I cant seem to make it work with the pip module and have to use the zip located https://docs.openvino.ai/2023.3/openvino_docs_install_guides_installing_openvino_from_archive_windows.html And then specifically tell it to use the setupvars.bat that comes with the zip. Also it seems the onnxruntime for openvino 1.17.1 does not work as there is entry point errors in the capi dll but 1.16.0 works fine. This is some of the code that is in place for the GUI. Now I have also forked this and added extra options to the Deface tool.
|
Seems like the issue with 1.17.1 was my Python Version. I thought i had 3.11.9 but the instance was confused on the multiple versions on my machine. So this works lol |
I have finally got the GUI in all python up and created. Not the prettiest but using the existing code and parsing the args to it. This uses tkinter and requires dlib for the face recognition. I also had to restructure it to make it work better for me. I am sure there is some things that I can do better and open to suggestions. |
@StealUrKill Looks good. Do you have this code in a repo (can't find it here)? And how to install it? |
It's under the RC branch due to some extra things I need to finish up. I have some pre compiled dlib python whl's if you need face recognition. The whole thing has been restructured as I have been adding so much to it to keep it easier to follow for more. The only real issue I have at the moment is if you distort the audio and then hit stop it will do the whole audio for the entire clip but only have the video up to the stop. If you need any help let me know. |
I don't know if this is the right place to ask. I think deface works very well. It would be great if a GUI and/or mobile apps (for example an Android version) with the deface engine, would be created. So people without technical knowledge or if they only have a mobile phone available, can also benefit from this great tool. Thank you for considering.
The text was updated successfully, but these errors were encountered: