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

UNet3D consistency with MegaPortraits #13

Open
MikeRogers27 opened this issue Sep 13, 2024 · 2 comments
Open

UNet3D consistency with MegaPortraits #13

MikeRogers27 opened this issue Sep 13, 2024 · 2 comments

Comments

@MikeRogers27
Copy link

Hi neek2302

Thanks for publishing this repo. I'm trying to follow the code and understand how it corresponds to your paper and the MegaPortraits paper. I'm using this MegaProtraits paper here as a reference to the architecture: https://arxiv.org/pdf/2207.07621

In the implementation of UNet3D that I think corrsponds to G3D in the paper, I noticed that the input does not flow all the way through the UNet architecture in the way indicated in the Appendix here.

image

In the code there is a learnable parameter that replaces the input at the lowest resolution level.

Is this something that came from the original MegaPortraits authors, because it seems pretty different to the block diagram above?

Thanks!

@johndpope
Copy link

@neeek2303
Copy link
Owner

Hey @MikeRogers27 Unet3D architecture-wise fully correspond to the one that was used in MegaPortraits. I don't remember fully details, but I believe just number of channels in some layers might be different

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

3 participants