sstzal/DFRF

Result video shortage

Vadim2S opened this issue · 9 comments

I am try few experiments with cnn.mp4 video from you examples. Original has 33 second and produce 840 frames for torso and head.
I am run rendering.sh script with different models and get output videos with 421 frames and 16 second only.

What is it?

hi, i have the same problem and how you solved it?

I have the same problem, and I used ffmpeg to slow down the result video 2x, and it looked correct, but I dont know why...

Teoge commented

I think the video is split into training and validation sets in half. And rendering.sh only renders the validation set.

@Teoge I think so too, I have no clue how it mixes it with the audio.

@Teoge I think so too, I have no clue how it mixes it with the audio.

Do you know where the audio for the resulting video is stored, the second half of the original audio?

I think the video is split into training and validation sets in half. And rendering.sh only renders the validation set.

Do you know where the audio for the resulting video is stored, the second half of the original audio?

same question

I think the video is split into training and validation sets in half. And rendering.sh only renders the validation set.

It is right.

I think the video is split into training and validation sets in half. And rendering.sh only renders the validation set.

Do you know where the audio for the resulting video is stored, the second half of the original audio?

Yes. You just need to combine the generated video with the driven audio you used.