-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
No rendered video in inference_result folder (Linux) #31
Comments
Possible issue with ffmpeg ensure its detected in your env |
Thank you, ffmpeg was indeed not correctly installed/detected. Now it works. I have another question. The downloaded result from ./asserts/inference_result is of a much lower quality than the original video I uploaded. Is there a possibility to increase the output quality? |
Yeah comes down to either how torch is installed or which version I think, I was messing around with it a couple of weeks ago and got the audio model to use GPU but it decreased the speed of the frame inference by a lot, resolution quality did return, I will do a pip list tomorrow when I'm on my PC and see what I did. |
Thank you, I appreciate it |
Have you had a chance to make a pip list? |
appears to be torch 1.12 |
Thank you! The following seems to have fixed it. CUDA 11.6 When could we expect V2 to be released? |
Every frame is synthesized, process is complete but there's no rendered video in the ./asserts/inference_result folder.
Do you have an idea why it doesn't produce the .mp4 result?
The text was updated successfully, but these errors were encountered: