SimonGiebenhain / MonoNPHM

[CVPR 2024 Highlight]
https://simongiebenhain.github.io/MonoNPHM/
Other
112 stars 20 forks source link

Style transfer #25

Open dondongwon opened 1 month ago

dondongwon commented 1 month ago
image

Apologies about the many questions: Is there a way we could alter the output such that we can perform style transfer? If so, could you refer me to the code that I can use during inference to perturb this z_geo or z_app?

SimonGiebenhain commented 3 weeks ago

Hi,

you see, e.g., this code for how to obtain a me mesh from the latent codes https://github.com/SimonGiebenhain/MonoNPHM/blob/main/src/mononphm/photometric_tracking/tracking.py#L1190

Then you mix z_geo, z_exp and z_app from different people and interpolate between them however you want. I hope that helps