warmshao / FasterLivePortrait

Bring portraits to life in Real Time!onnx/tensorrt support!实时肖像驱动!
455 stars 42 forks source link

paste back result error of the xxx_org.mp4 #82

Closed TZYSJTU closed 2 weeks ago

TZYSJTU commented 2 weeks ago

Hi, I have compiled trt successfully in my machine. But I found the generated result of xxx_org.mp4 is just a still video of the input image. While the xxx_crop.mp4 is right. What's wrong with this? maybe ffmpeg?

warmshao commented 2 weeks ago

Hi, I have compiled trt successfully in my machine. But I found the generated result of xxx_org.mp4 is just a still video of the input image. While the xxx_crop.mp4 is right. What's wrong with this? maybe ffmpeg?

Add --paste_back after the command line. Also, please read the readme tutorial first.

TZYSJTU commented 2 weeks ago

Hi, I have compiled trt successfully in my machine. But I found the generated result of xxx_org.mp4 is just a still video of the input image. While the xxx_crop.mp4 is right. What's wrong with this? maybe ffmpeg?

Add --paste_back after the command line. Also, please read the readme tutorial first.

Thanks, it works. I suggest --paste_back to be set to default=True, or you do not have to save the xxx_org.mp4 result since it is meaningless.