oneThousand1000 / LPFF-dataset

(ICCV2023) A large-pose Flickr face dataset comprised of 19,590 high-quality real large-pose portrait images.
74 stars 4 forks source link

Inversion Code/Instructions #3

Closed ChikaYan closed 1 year ago

ChikaYan commented 1 year ago

Hi,

Thank you for the brilliant work!

May I ask if it's possible to release the GAN inversion code/instruction that is used to evaluate image inversion performance in the paper (figure9)? Or, was the codebase of https://github.com/jiaxinxie97/HFGI3D used directly without modification?

Many thanks

oneThousand1000 commented 1 year ago

Hello! We directly used the codebase from https://github.com/jiaxinxie97/HFGI3D, since we did not modify the main architecture of eg3d. However, please be aware that we corrected the tri-plane bug present in the original eg3d (see https://github.com/NVlabs/eg3d/issues/67). So make sure that the model you use in HFGI3D also has the updated tri-plane.

At this time, we have no plans to release the inversion code, as we made some minor but cosmetic changes (e.g. to the data path). If you face any issues reproducing our results, we are happy to share our code with you.

ChikaYan commented 1 year ago

Thx a lot for the quick response!