Tengfei-Wang / HFGI

CVPR 2022 HFGI: High-Fidelity GAN Inversion for Image Attribute Editing
https://tengfei-wang.github.io/HFGI/
458 stars 50 forks source link

The resolution of consultation branch #4

Open zhongtao93 opened 2 years ago

zhongtao93 commented 2 years ago

Hi, thank for sharing code! I have a question about the resolution of consultation branch. As the default resolution is 64x64 in layer 7. Have you test other higher resolution, like 11 for 256, 9 for 128 as shown below: https://github.com/Tengfei-Wang/HFGI/blob/e30f33cbdf37fc57b9e8354b11a528a62d476049/models/stylegan2/model.py#L530 That usually higher resolutin and later layer might imporve the details. Hope for your reply~

Tengfei-Wang commented 2 years ago

Hi, Involving consultation in later layers, e.g., 256x256, would cause more artifacts, since the ADA module does not align the distortion maps perfectly.

zhongtao93 commented 2 years ago

Thank for your quick reply. I have another question. If I want to continue to improve the detail of face. For example, tattoos on the face, can you share some directions or tricks? image2022-7-19_14-56-23