Skip to content
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

Understanding Model Capabilities #247

Open
HardikJain02 opened this issue Jun 7, 2024 · 0 comments
Open

Understanding Model Capabilities #247

HardikJain02 opened this issue Jun 7, 2024 · 0 comments

Comments

@HardikJain02
Copy link

Inference: python3 inference.py --face examples/face/1.mp4 --audio examples/audio/1.wav --outfile results/1_1.mp4

Question 1: Are below cases possible?

Case 1

  • Input: --face argument has a 10-second video with its own audio, and --audio argument has 5 minutes of audio.
  • Output: Expecting a 5-minute video with the provided 5-minute audio.

Case 2

  • Input: --face argument has a 10-second video without audio, and --audio argument has 5 minutes of audio.
  • Output: Expecting a 5-minute video with the provided 5-minute audio.

Question 2: What is the longest duration that can be achieved by the shortest input video with and without audio?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant