iperov / DeepFaceLive

Real-time face swap for PC streaming or video calls
GNU General Public License v3.0
26.03k stars 4.43k forks source link

Configuring Project in PyCharm #64

Closed mayanktiwariiiitdmj closed 2 years ago

mayanktiwariiiitdmj commented 2 years ago

Hello, Thank you for sharing this wonderful work with us.

I need to configure the project in PyCharm IDE using Anaconda. My Basic question is "Can I run the whole project by typing one complete python command with command-line arguments by providing the link to the image and video. This means can I run the project by calling the main.py file only and then generate the output in a separate folder." OR Do I need to run the DeepFaceLive.py file and then run the project from the user interface?

Thank You

iperov commented 2 years ago

why do you need pycharm IDE ? do you work in Windows ?

mayanktiwariiiitdmj commented 2 years ago

Yes sir, and I want to configure the project so that it can run without human interaction. I have already used the Windows Release Complete UI-based setup. Now I want to run the project without human interaction, by simply typing one command and passing the required data and command-line arguments.

iperov commented 2 years ago

Why? End goal?

mayanktiwariiiitdmj commented 2 years ago

Sir, my end goal is to compare its results with one another project.

iperov commented 2 years ago

Issue section is only for problems with deepfacelive

iperov commented 2 years ago

btw https://github.com/iperov/DeepFaceLive/blob/master/doc/user_faq/user_faq.md#i-want-to-change-some-code-and-test-the-result-on-my-local-machine-what-i-need-to-do

mayanktiwariiiitdmj commented 2 years ago

Thank you for this suggestion sir.