Result Video blurry
Closed this issue · 1 comments
wfengchen commented
soumik-kanad commented
If I had to guess, I would say this is happening because the generate script uses ffmpeg to extract the frame (here) and consequently might compress the images. This was done to make sure that the frames saved on the disk don't occupy too much space. You can probably update this code to be able to save the frames at full quality.
Even with that there might be degradation in results in this case because the model is not trained with HD data and resizes the face to 128x128, so HD focused faces might have blurry results.