OpenTalker / StyleHEAT

[ECCV 2022] StyleHEAT: A framework for high-resolution editable talking face generation
MIT License
627 stars 77 forks source link

"Killed" Error #32

Closed m-pektas closed 1 year ago

m-pektas commented 1 year ago

Hi, I try to run this repository. But, I get just "Killed" text in my terminal.

Output:

bug

Environment

GPU : RTX 3050 NVIDIA Driver : 510.108.03 Cuda : 11.6

You can find the packages in my environment from here.

FeiiYin commented 1 year ago

I guess the problem may be raised from running out of RAM. What is your memory environment, 32GB or higher?

m-pektas commented 1 year ago

I guess the problem may be raised from running out of RAM. What is your memory environment, 32GB or higher?

Actually, I have 16gb RAM.

m-pektas commented 1 year ago

Also, I tried to run the project in colab. I got the following output. The cell is finished but there is no output in the output folder. bug-colab

FeiiYin commented 1 year ago

16gb RAM may support the repo, you can try to run with a shorter guided video, like 1 second. The output of the colab looks fine. The inference code will save the video into the output folder. You can download the video for further usage.

m-pektas commented 1 year ago

Thanks for your reply @FeiiYin. When I tried the 2 second video, "Killed" error changed and I got the cuda out of memory. I gonna run the code on vm that have high ram and gpu memory. I will write the results here.

m-pektas commented 1 year ago

I tried to run on VM that has high RAM(60gb) and 16gb gpu memory. It worked correctly with both long and short driving videos. Thanks for your help.