Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KEEP - Kalman-Inspired Feature Propagation for Video Face Super-Resolution #37

Open
johndpope opened this issue Sep 4, 2024 · 1 comment

Comments

@johndpope
Copy link
Owner

I cherry pick idea from here
https://github.com/jnjaby/KEEP

i integrate some logic to shovle attention gains / uncertainties from previous frames to help training converge
https://github.com/johndpope/IMF/blob/feat/keep/keep_model.py#L102

just POC - it's not using the official code above which has more optical flow depencies....
but with the few additions - seems to help a lot

https://wandb.ai/snoozie/IMF/runs/qp2dcd3s?nw=nwusersnoozie

currently there's a race between my 3090 - batchsize =2
running vanilla - https://wandb.ai/snoozie/IMF/runs/892ufzr3?nw=nwusersnoozie

and some cloud compute a100 - 40gb - batchsize = 5

@johndpope
Copy link
Owner Author

johndpope commented Sep 4, 2024

3090 - vanilla on the left - vs a100 - KEEP(my trimmed down version) on the right

Screenshot from 2024-09-04 13-53-01

in the vanilla - epoch 4 - im not happy with how it hasn't corrected the face orientation
Screenshot from 2024-09-04 13-54-30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant