Open johndpope opened 5 months ago
Is there a specific library you had in mind for gaze tracking? I found a couple but I don't think they use deep learning techiniques. Not sure they utilize the gpu either but I've tested a few and they work pretty well. (on hd webcam idk about 224x224)
Here's the gaze loss I've implemented for my attempt at megaportrait reproduction https://github.com/JaLnYn/talkinghead/blob/main/src/train/loss.py. Although I'm not sure if it's 100% correct. It's based off of https://github.com/glefundes/mobile-face-gaze
cool - i got the multiscale patch discriminator drafted here - https://github.com/johndpope/MegaPortrait-hack/pull/47
running through training on many heads - it's a fight i can't win without gpu compute. I want to instead focus on disentangling Selena gomez video.
https://github.com/johndpope/VASA-1-hack/issues/16
i want to be able to do this - adjust face pitch . yaw / etc https://github.com/RameenAbdal/StyleFlow/tree/webui
Plus blink loss
Note that you'll need to preprocess your data to provide the left eye image, right eye image, 2D keypoints, target gaze, and target blink for each sample during training