Closed ChenyangWang95 closed 5 months ago
i switch the loss to use driving in this branch - https://github.com/johndpope/MegaPortrait-hack/pull/28
happy to look at a PR
in mean time - i switch this back because the generator seems to focus on driving video exclusively - disregarding the source video.
It seems that the source frame and driving frame are sampled from the same video in the paper. If I understand correctly, maybe the perceptual and adversarial loss are still calculated between driving_frame and output_frame?
Also, where can I download 512x512 video? I can only get 256x256 voxceleb2.
got it! thx!
@ChenyangWang95 - please check - logic has been updated - and there's a lot preprocessing work to warp and crop - but it's not converging...... PR https://github.com/johndpope/MegaPortrait-hack/pull/33
UPDATE - i think I make some progress... will update in a few hours once i get through some training epochs....
i think i got it. training now. i merged to main.
Hi, thanks for the impressed work!
I have a question about the loss. why the losses are calculated between source_frame and output_frame.
It may be the difference between output_frame and driving_frame?